#[non_exhaustive]pub struct ListConfigurationSetsOutput { /* private fields */ }Expand description
A list of configuration sets in your Amazon SES account in the current Amazon Web Services Region.
Implementations§
source§impl ListConfigurationSetsOutput
impl ListConfigurationSetsOutput
sourcepub fn configuration_sets(&self) -> Option<&[String]>
pub fn configuration_sets(&self) -> Option<&[String]>
An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web Services Region.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token that indicates that there are additional configuration sets to list. To view additional configuration sets, issue another request to ListConfigurationSets, and pass this token in the NextToken parameter.
source§impl ListConfigurationSetsOutput
impl ListConfigurationSetsOutput
sourcepub fn builder() -> ListConfigurationSetsOutputBuilder
pub fn builder() -> ListConfigurationSetsOutputBuilder
Creates a new builder-style object to manufacture ListConfigurationSetsOutput.
Trait Implementations§
source§impl Clone for ListConfigurationSetsOutput
impl Clone for ListConfigurationSetsOutput
source§fn clone(&self) -> ListConfigurationSetsOutput
fn clone(&self) -> ListConfigurationSetsOutput
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 Debug for ListConfigurationSetsOutput
impl Debug for ListConfigurationSetsOutput
source§impl PartialEq<ListConfigurationSetsOutput> for ListConfigurationSetsOutput
impl PartialEq<ListConfigurationSetsOutput> for ListConfigurationSetsOutput
source§fn eq(&self, other: &ListConfigurationSetsOutput) -> bool
fn eq(&self, other: &ListConfigurationSetsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListConfigurationSetsOutput
impl RequestId for ListConfigurationSetsOutput
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.