#[non_exhaustive]pub struct DescribeDomainAutoTunesOutput { /* private fields */ }
Expand description
The result of DescribeDomainAutoTunes
request. See the Developer Guide for more information.
Implementations§
source§impl DescribeDomainAutoTunesOutput
impl DescribeDomainAutoTunesOutput
sourcepub fn auto_tunes(&self) -> Option<&[AutoTune]>
pub fn auto_tunes(&self) -> Option<&[AutoTune]>
Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Specifies an identifier to allow retrieval of paginated results.
source§impl DescribeDomainAutoTunesOutput
impl DescribeDomainAutoTunesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDomainAutoTunesOutput
.
Trait Implementations§
source§impl Clone for DescribeDomainAutoTunesOutput
impl Clone for DescribeDomainAutoTunesOutput
source§fn clone(&self) -> DescribeDomainAutoTunesOutput
fn clone(&self) -> DescribeDomainAutoTunesOutput
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<DescribeDomainAutoTunesOutput> for DescribeDomainAutoTunesOutput
impl PartialEq<DescribeDomainAutoTunesOutput> for DescribeDomainAutoTunesOutput
source§fn eq(&self, other: &DescribeDomainAutoTunesOutput) -> bool
fn eq(&self, other: &DescribeDomainAutoTunesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.