class
Amazonite::Iam::CreateUserResponse
- Amazonite::Iam::CreateUserResponse
- Reference
- Object
Overview
Contains the response to a successful CreateUser request.
Defined in:
iam/create_user_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) - #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#user : User | Nil
A structure with details about the new IAM user.
-
#user=(user : User | Nil)
A structure with details about the new IAM user.
- #validate! : Nil
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true if this reference is the same as other. Invokes same?.