class
Amazonite::Iam::CreateLoginProfileResponse
- Amazonite::Iam::CreateLoginProfileResponse
- Reference
- Object
Overview
Contains the response to a successful CreateLoginProfile request.
Defined in:
iam/create_login_profile_response.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#hash(hasher)
See
Object#hash(hasher) -
#login_profile : LoginProfile
A structure containing the user name and password create date.
-
#login_profile=(login_profile : LoginProfile)
A structure containing the user name and password create date.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
- #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?.
def login_profile=(login_profile : LoginProfile)
#
A structure containing the user name and password create date.