#[non_exhaustive]pub struct ListDomainConfigurationsOutput { /* private fields */ }
Implementations§
source§impl ListDomainConfigurationsOutput
impl ListDomainConfigurationsOutput
sourcepub fn domain_configurations(&self) -> Option<&[DomainConfigurationSummary]>
pub fn domain_configurations(&self) -> Option<&[DomainConfigurationSummary]>
A list of objects that contain summary information about the user's domain configurations.
sourcepub fn next_marker(&self) -> Option<&str>
pub fn next_marker(&self) -> Option<&str>
The marker for the next set of results.
source§impl ListDomainConfigurationsOutput
impl ListDomainConfigurationsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDomainConfigurationsOutput
.
Trait Implementations§
source§impl Clone for ListDomainConfigurationsOutput
impl Clone for ListDomainConfigurationsOutput
source§fn clone(&self) -> ListDomainConfigurationsOutput
fn clone(&self) -> ListDomainConfigurationsOutput
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<ListDomainConfigurationsOutput> for ListDomainConfigurationsOutput
impl PartialEq<ListDomainConfigurationsOutput> for ListDomainConfigurationsOutput
source§fn eq(&self, other: &ListDomainConfigurationsOutput) -> bool
fn eq(&self, other: &ListDomainConfigurationsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.