Struct rusoto_iam::GetAccountPasswordPolicyResponse [] [src]

pub struct GetAccountPasswordPolicyResponse {
    pub password_policy: PasswordPolicy,
}

Contains the response to a successful GetAccountPasswordPolicy request.

Fields

A structure that contains details about the account's password policy.

Trait Implementations

impl Default for GetAccountPasswordPolicyResponse
[src]

[src]

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

impl Debug for GetAccountPasswordPolicyResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetAccountPasswordPolicyResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more