#[non_exhaustive]
pub struct EmailChannelResponse {
Show 15 fields pub application_id: Option<String>, pub configuration_set: Option<String>, pub creation_date: Option<String>, pub enabled: bool, pub from_address: Option<String>, pub has_credential: bool, pub id: Option<String>, pub identity: Option<String>, pub is_archived: bool, pub last_modified_by: Option<String>, pub last_modified_date: Option<String>, pub messages_per_second: i32, pub platform: Option<String>, pub role_arn: Option<String>, pub version: i32,
}
Expand description

Provides information about the status and settings of the email channel for an application.

Fields (Non-exhaustive)

This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.
application_id: Option<String>

The unique identifier for the application that the email channel applies to.

configuration_set: Option<String>

The Amazon SES configuration set that's applied to messages that are sent through the channel.

creation_date: Option<String>

The date and time, in ISO 8601 format, when the email channel was enabled.

enabled: bool

Specifies whether the email channel is enabled for the application.

from_address: Option<String>

The verified email address that email is sent from when you send email through the channel.

has_credential: bool

(Not used) This property is retained only for backward compatibility.

id: Option<String>

(Deprecated) An identifier for the email channel. This property is retained only for backward compatibility.

identity: Option<String>

The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that's used when you send email through the channel.

is_archived: bool

Specifies whether the email channel is archived.

last_modified_by: Option<String>

The user who last modified the email channel.

last_modified_date: Option<String>

The date and time, in ISO 8601 format, when the email channel was last modified.

messages_per_second: i32

The maximum number of emails that can be sent through the channel each second.

platform: Option<String>

The type of messaging or notification platform for the channel. For the email channel, this value is EMAIL.

role_arn: Option<String>

The ARN of the AWS Identity and Access Management (IAM) role that Amazon Pinpoint uses to submit email-related event data for the channel.

version: i32

The current version of the email channel.

Implementations

The unique identifier for the application that the email channel applies to.

The Amazon SES configuration set that's applied to messages that are sent through the channel.

The date and time, in ISO 8601 format, when the email channel was enabled.

Specifies whether the email channel is enabled for the application.

The verified email address that email is sent from when you send email through the channel.

(Not used) This property is retained only for backward compatibility.

(Deprecated) An identifier for the email channel. This property is retained only for backward compatibility.

The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that's used when you send email through the channel.

Specifies whether the email channel is archived.

The user who last modified the email channel.

The date and time, in ISO 8601 format, when the email channel was last modified.

The maximum number of emails that can be sent through the channel each second.

The type of messaging or notification platform for the channel. For the email channel, this value is EMAIL.

The ARN of the AWS Identity and Access Management (IAM) role that Amazon Pinpoint uses to submit email-related event data for the channel.

The current version of the email channel.

Creates a new builder-style object to manufacture EmailChannelResponse

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

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

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more