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 REPLY-TO email address.

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

Trait Implementations

impl Default for EmailConfigurationType
[src]

[src]

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

impl Debug for EmailConfigurationType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for EmailConfigurationType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations