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.
1651 1652 1653 1654 1655 |
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1651 class PolicyDescriptorType < Struct.new( :arn) SENSITIVE = [] include Aws::Structure end |