Struct rusoto_iam::LoginProfile [] [src]

pub struct LoginProfile {
    pub create_date: DateType,
    pub password_reset_required: Option<BooleanType>,
    pub user_name: UserNameType,
}

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 actions.

Fields

The date when the password for the user was created.

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 AWS Management Console.

Trait Implementations

impl Default for LoginProfile
[src]

Returns the "default value" for a type. Read more

impl Debug for LoginProfile
[src]

Formats the value using the given formatter.

impl Clone for LoginProfile
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more