Class: Aws::STS::Types::PolicyDescriptorType
- Inherits:
-
Struct
- Object
- Struct
- Aws::STS::Types::PolicyDescriptorType
- Defined in:
- gems/aws-sdk-core/lib/aws-sdk-sts/types.rb
Overview
A reference to the IAM managed policy that is passed as a session policy for a role session or a federated user session.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the IAM managed policy to use as a session policy for the role.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the IAM managed policy to use as a session policy for the role. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
1804 1805 1806 1807 1808 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1804 class PolicyDescriptorType < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |