class
Amazonite::Sts::GetCallerIdentityResponse
- Amazonite::Sts::GetCallerIdentityResponse
- Reference
- Object
Overview
Contains the response to a successful GetCallerIdentity request, including information about the entity making the request.
Defined in:
sts/get_caller_identity_response.crConstructors
- .from_xml(node : XML::Node) : self
- .new(user_id : String | Nil = nil, account : String | Nil = nil, arn : String | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#account : String | Nil
The Amazon Web Services account ID number of the account that owns or contains the calling entity.
-
#account=(account : String | Nil)
The Amazon Web Services account ID number of the account that owns or contains the calling entity.
-
#arn : String | Nil
The Amazon Web Services ARN associated with the calling entity.
-
#arn=(arn : String | Nil)
The Amazon Web Services ARN associated with the calling entity.
-
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#user_id : String | Nil
The unique identifier of the calling entity.
-
#user_id=(user_id : String | Nil)
The unique identifier of the calling entity.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
The Amazon Web Services account ID number of the account that owns or contains the calling entity.
The Amazon Web Services account ID number of the account that owns or contains the calling entity.
The unique identifier of the calling entity. The exact value depends on the type of entity that is making the call. The values returned are those listed in the aws:userid column in the Principal table found on the Policy Variables reference page in the IAM User Guide.
The unique identifier of the calling entity. The exact value depends on the type of entity that is making the call. The values returned are those listed in the aws:userid column in the Principal table found on the Policy Variables reference page in the IAM User Guide.