Class: Aws::STS::Types::PolicyDescriptorType

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

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.

Returns:

  • (String)


1509
1510
1511
1512
1513
# File 'gems/aws-sdk-core/lib/aws-sdk-sts/types.rb', line 1509

class PolicyDescriptorType < Struct.new(
  :arn)
  SENSITIVE = []
  include Aws::Structure
end