class
Amazonite::Iam::LoginProfile
- Amazonite::Iam::LoginProfile
- Reference
- Object
Overview
Contains the user name and password create date for a user.
This data type is used as a response element in the CreateLoginProfile and GetLoginProfile operations.
Defined in:
iam/login_profile.crConstructors
- .from_xml(node : XML::Node) : self
- .new(user_name : String, create_date : Time, password_reset_required : Bool | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#create_date : Time
The date when the password for the user was created.
-
#create_date=(create_date : Time)
The date when the password for the user was created.
-
#hash(hasher)
See
Object#hash(hasher) -
#password_reset_required : Bool | Nil
Specifies whether the user is required to set a new password on next sign-in.
-
#password_reset_required=(password_reset_required : Bool | Nil)
Specifies whether the user is required to set a new password on next sign-in.
- #to_query_params(prefix : String) : Array(Tuple(String, String))
-
#user_name : String
The name of the user, which can be used for signing in to the Amazon Web Services Management Console.
-
#user_name=(user_name : String)
The name of the user, which can be used for signing in to the Amazon Web Services Management Console.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Specifies whether the user is required to set a new password on next sign-in.
Specifies whether the user is required to set a new password on next sign-in.
The name of the user, which can be used for signing in to the Amazon Web Services Management Console.
The name of the user, which can be used for signing in to the Amazon Web Services Management Console.