Struct aws_sdk_ses::operation::list_custom_verification_email_templates::ListCustomVerificationEmailTemplatesOutput
source · #[non_exhaustive]pub struct ListCustomVerificationEmailTemplatesOutput { /* private fields */ }Expand description
A paginated list of custom verification email templates.
Implementations§
source§impl ListCustomVerificationEmailTemplatesOutput
impl ListCustomVerificationEmailTemplatesOutput
sourcepub fn custom_verification_email_templates(
&self
) -> Option<&[CustomVerificationEmailTemplate]>
pub fn custom_verification_email_templates( &self ) -> Option<&[CustomVerificationEmailTemplate]>
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 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
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.impl StructuralPartialEq for ListCustomVerificationEmailTemplatesOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListCustomVerificationEmailTemplatesOutput
impl Send for ListCustomVerificationEmailTemplatesOutput
impl Sync for ListCustomVerificationEmailTemplatesOutput
impl Unpin for ListCustomVerificationEmailTemplatesOutput
impl UnwindSafe for ListCustomVerificationEmailTemplatesOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more