Struct rusoto_iam::GetAccountPasswordPolicyResponse [] [src]

pub struct GetAccountPasswordPolicyResponse {
    pub password_policy: PasswordPolicy,
}

Contains the response to a successful GetAccountPasswordPolicy request.

Fields

Contains information about the account password policy.

Trait Implementations

impl Default for GetAccountPasswordPolicyResponse
[src]

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

impl Debug for GetAccountPasswordPolicyResponse
[src]

Formats the value using the given formatter.

impl Clone for GetAccountPasswordPolicyResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more