Struct rusoto_iam::LoginProfile [] [src]

pub struct LoginProfile {
    pub create_date: String,
    pub password_reset_required: Option<bool>,
    pub user_name: String,
}

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]

[src]

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

impl Debug for LoginProfile
[src]

[src]

Formats the value using the given formatter.

impl Clone for LoginProfile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more