Struct aws_sdk_ses::operation::list_custom_verification_email_templates::ListCustomVerificationEmailTemplatesOutput
source · #[non_exhaustive]pub struct ListCustomVerificationEmailTemplatesOutput {
pub custom_verification_email_templates: Option<Vec<CustomVerificationEmailTemplate>>,
pub next_token: Option<String>,
/* private fields */
}Expand description
A paginated list of custom verification email templates.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.custom_verification_email_templates: Option<Vec<CustomVerificationEmailTemplate>>A list of the custom verification email templates that exist in your account.
next_token: Option<String>A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.
Implementations§
source§impl ListCustomVerificationEmailTemplatesOutput
impl ListCustomVerificationEmailTemplatesOutput
sourcepub fn custom_verification_email_templates(
&self
) -> &[CustomVerificationEmailTemplate]
pub fn custom_verification_email_templates( &self ) -> &[CustomVerificationEmailTemplate]
A list of the custom verification email templates that exist in your account.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .custom_verification_email_templates.is_none().
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token indicating that there are additional custom verification email templates available to be listed. Pass this token to a subsequent call to ListTemplates to retrieve the next 50 custom verification email templates.
source§impl ListCustomVerificationEmailTemplatesOutput
impl ListCustomVerificationEmailTemplatesOutput
sourcepub fn builder() -> ListCustomVerificationEmailTemplatesOutputBuilder
pub fn builder() -> ListCustomVerificationEmailTemplatesOutputBuilder
Creates a new builder-style object to manufacture ListCustomVerificationEmailTemplatesOutput.
Trait Implementations§
source§impl Clone for ListCustomVerificationEmailTemplatesOutput
impl Clone for ListCustomVerificationEmailTemplatesOutput
source§fn clone(&self) -> ListCustomVerificationEmailTemplatesOutput
fn clone(&self) -> ListCustomVerificationEmailTemplatesOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq for ListCustomVerificationEmailTemplatesOutput
impl PartialEq for ListCustomVerificationEmailTemplatesOutput
source§fn eq(&self, other: &ListCustomVerificationEmailTemplatesOutput) -> bool
fn eq(&self, other: &ListCustomVerificationEmailTemplatesOutput) -> bool
self and other values to be equal, and is used
by ==.source§impl RequestId for ListCustomVerificationEmailTemplatesOutput
impl RequestId for ListCustomVerificationEmailTemplatesOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.