Struct rusoto_cognito_idp::UserPoolAddOnsType[][src]

pub struct UserPoolAddOnsType {
    pub advanced_security_mode: String,
}

The user pool add-ons type.

Fields

The advanced security mode.

Trait Implementations

impl Default for UserPoolAddOnsType
[src]

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

impl Debug for UserPoolAddOnsType
[src]

Formats the value using the given formatter. Read more

impl Clone for UserPoolAddOnsType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UserPoolAddOnsType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations