Class: Aws::IAM::Types::InlinePolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::InlinePolicy
- Defined in:
- gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb
Overview
Contains an inline policy template that the service embeds in roles that you create from a role template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_document ⇒ String
The inline policy document.
-
#policy_name ⇒ String
The name of the inline policy.
Instance Attribute Details
#policy_document ⇒ String
The inline policy document.
5665 5666 5667 5668 5669 5670 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 5665 class InlinePolicy < Struct.new( :policy_name, :policy_document) SENSITIVE = [] include Aws::Structure end |
#policy_name ⇒ String
The name of the inline policy.
5665 5666 5667 5668 5669 5670 |
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 5665 class InlinePolicy < Struct.new( :policy_name, :policy_document) SENSITIVE = [] include Aws::Structure end |