class
Amazonite::Sts::GetDelegatedAccessTokenResponse
- Amazonite::Sts::GetDelegatedAccessTokenResponse
- Reference
- Object
Defined in:
sts/get_delegated_access_token_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(credentials : Credentials | Nil = nil, packed_policy_size : Int32 | Nil = nil, assumed_principal : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#assumed_principal : String | Nil
The Amazon Resource Name (ARN) of the principal that was assumed when obtaining the delegated access token.
-
#assumed_principal=(assumed_principal : String | Nil)
The Amazon Resource Name (ARN) of the principal that was assumed when obtaining the delegated access token.
- #credentials : Credentials | Nil
- #credentials=(credentials : Credentials | Nil)
-
#hash(hasher)
See
Object#hash(hasher) -
#packed_policy_size : Int32 | Nil
The percentage of the maximum policy size that is used by the session policy.
-
#packed_policy_size=(packed_policy_size : Int32 | Nil)
The percentage of the maximum policy size that is used by the session policy.
- #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 principal that was assumed when obtaining the delegated access token. This ARN identifies the IAM entity whose permissions are granted by the temporary credentials.
The Amazon Resource Name (ARN) of the principal that was assumed when obtaining the delegated access token. This ARN identifies the IAM entity whose permissions are granted by the temporary credentials.
The percentage of the maximum policy size that is used by the session policy. The policy size is calculated as the sum of all the session policies and permission boundaries attached to the session. If the packed size exceeds 100%, the request fails.
The percentage of the maximum policy size that is used by the session policy. The policy size is calculated as the sum of all the session policies and permission boundaries attached to the session. If the packed size exceeds 100%, the request fails.