class
Amazonite::Sts::PolicyDescriptorType
- Amazonite::Sts::PolicyDescriptorType
- Reference
- Object
Overview
A reference to the IAM managed policy that is passed as a session policy for a role session or a federated user session.
Defined in:
sts/policy_descriptor_type.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String | Nil
The Amazon Resource Name (ARN) of the IAM managed policy to use as a session policy for the role.
-
#arn=(arn : String | Nil)
The Amazon Resource Name (ARN) of the IAM managed policy to use as a session policy for the role.
-
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.