#[non_exhaustive]pub struct ListConfigurationSetsOutput {
pub configuration_sets: Option<Vec<String>>,
pub next_token: Option<String>,
/* private fields */
}Expand description
A list of configuration sets in your Amazon SES account in the current Amazon Web Services Region.
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.configuration_sets: Option<Vec<String>>An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web Services Region.
next_token: Option<String>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.
Implementations§
source§impl ListConfigurationSetsOutput
impl ListConfigurationSetsOutput
sourcepub fn configuration_sets(&self) -> &[String]
pub fn configuration_sets(&self) -> &[String]
An array that contains all of the configuration sets in your Amazon SES account in the current Amazon Web Services Region.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .configuration_sets.is_none().
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for ListConfigurationSetsOutput
impl Debug for ListConfigurationSetsOutput
source§impl PartialEq for ListConfigurationSetsOutput
impl PartialEq for ListConfigurationSetsOutput
source§fn eq(&self, other: &ListConfigurationSetsOutput) -> bool
fn eq(&self, other: &ListConfigurationSetsOutput) -> bool
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>
None if the service could not be reached.