class
Amazonite::Sts::AssumedRoleUser
- Amazonite::Sts::AssumedRoleUser
- Reference
- Object
Overview
The identifiers for the temporary security credentials that the operation returns.
Defined in:
sts/assumed_role_user.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#arn : String
The ARN of the temporary security credentials that are returned from the AssumeRole action.
-
#arn=(arn : String)
The ARN of the temporary security credentials that are returned from the AssumeRole action.
-
#assumed_role_id : String
A unique identifier that contains the role ID and the role session name of the role that is being assumed.
-
#assumed_role_id=(assumed_role_id : String)
A unique identifier that contains the role ID and the role session name of the role that is being assumed.
-
#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 ARN of the temporary security credentials that are returned from the AssumeRole action. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.
The ARN of the temporary security credentials that are returned from the AssumeRole action. For more information about ARNs and how to use them in policies, see IAM Identifiers in the IAM User Guide.
A unique identifier that contains the role ID and the role session name of the role that is being assumed. The role ID is generated by Amazon Web Services when the role is created.
A unique identifier that contains the role ID and the role session name of the role that is being assumed. The role ID is generated by Amazon Web Services when the role is created.