Struct rusoto_iam::GetLoginProfileResponse [] [src]

pub struct GetLoginProfileResponse {
    pub login_profile: LoginProfile,
}

Contains the response to a successful GetLoginProfile request.

Fields

A structure containing the user name and password create date for the user.

Trait Implementations

impl Default for GetLoginProfileResponse
[src]

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

impl Debug for GetLoginProfileResponse
[src]

Formats the value using the given formatter.

impl Clone for GetLoginProfileResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more