You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IAM::Types::LoginProfile
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::LoginProfile
- Defined in:
- (unknown)
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.
Returned by:
Instance Attribute Summary collapse
-
#create_date ⇒ Time
The date when the password for the user was created.
-
#password_reset_required ⇒ Boolean
Specifies whether the user is required to set a new password on next sign-in.
-
#user_name ⇒ String
The name of the user, which can be used for signing in to the AWS Management Console.
Instance Attribute Details
#create_date ⇒ Time
The date when the password for the user was created.
#password_reset_required ⇒ Boolean
Specifies whether the user is required to set a new password on next sign-in.
#user_name ⇒ String
The name of the user, which can be used for signing in to the AWS Management Console.