The LoginProfile data type contains the user name and password create date for a user.
This data type is used as a response element in the actions CreateLoginProfile and GetLoginProfile.

C# |
public class LoginProfile

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | LoginProfile()()()() | Initializes a new instance of the LoginProfile class |
![]() | CreateDate |
Gets and sets the property CreateDate.
The date when the password for the user was created. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UserName |
Gets and sets the property UserName.
The name of the user, which can be used for signing into the AWS Management Console. |
![]() | WithCreateDate(DateTime) | Obsolete.
Sets the CreateDate property
|
![]() | WithUserName(String) | Obsolete.
Sets the UserName property
|

Object | |
![]() | LoginProfile |