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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

Method Summary

Methods included from Aws::Structure

#empty?, included, #initialize, #key?, new, #to_h, #to_s

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*.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


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

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