Struct rusoto_cognito_idp::EmailConfigurationType[][src]

pub struct EmailConfigurationType {
    pub reply_to_email_address: Option<String>,
    pub source_arn: Option<String>,
}

The email configuration type.

Fields

The destination to which the receiver of the email should reply to.

The Amazon Resource Name (ARN) of the email source.

Trait Implementations

impl Default for EmailConfigurationType
[src]

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

impl Debug for EmailConfigurationType
[src]

Formats the value using the given formatter. Read more

impl Clone for EmailConfigurationType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for EmailConfigurationType
[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