Struct aws_sdk_sesv2::operation::list_custom_verification_email_templates::ListCustomVerificationEmailTemplatesOutput
source · #[non_exhaustive]pub struct ListCustomVerificationEmailTemplatesOutput { /* private fields */ }Expand description
The following elements are returned by the service.
Implementations§
source§impl ListCustomVerificationEmailTemplatesOutput
impl ListCustomVerificationEmailTemplatesOutput
sourcepub fn custom_verification_email_templates(
&self
) -> Option<&[CustomVerificationEmailTemplateMetadata]>
pub fn custom_verification_email_templates( &self ) -> Option<&[CustomVerificationEmailTemplateMetadata]>
A list of the custom verification email templates that exist in your account.
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 ListCustomVerificationEmailTemplates 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
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<ListCustomVerificationEmailTemplatesOutput> for ListCustomVerificationEmailTemplatesOutput
impl PartialEq<ListCustomVerificationEmailTemplatesOutput> for ListCustomVerificationEmailTemplatesOutput
source§fn eq(&self, other: &ListCustomVerificationEmailTemplatesOutput) -> bool
fn eq(&self, other: &ListCustomVerificationEmailTemplatesOutput) -> bool
This method tests for
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>
Returns the request ID, or
None if the service could not be reached.