#[non_exhaustive]pub struct DescribeDomainAutoTunesOutput { /* private fields */ }
Expand description
The result of DescribeDomainAutoTunes
request. See the Developer Guide for more information.
Implementations
sourceimpl 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.
sourceimpl DescribeDomainAutoTunesOutput
impl DescribeDomainAutoTunesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDomainAutoTunesOutput
.
Trait Implementations
sourceimpl Clone for DescribeDomainAutoTunesOutput
impl Clone for DescribeDomainAutoTunesOutput
sourcefn clone(&self) -> DescribeDomainAutoTunesOutput
fn clone(&self) -> DescribeDomainAutoTunesOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for DescribeDomainAutoTunesOutput
impl Debug for DescribeDomainAutoTunesOutput
sourceimpl PartialEq<DescribeDomainAutoTunesOutput> for DescribeDomainAutoTunesOutput
impl PartialEq<DescribeDomainAutoTunesOutput> for DescribeDomainAutoTunesOutput
sourcefn eq(&self, other: &DescribeDomainAutoTunesOutput) -> bool
fn eq(&self, other: &DescribeDomainAutoTunesOutput) -> bool
impl StructuralPartialEq for DescribeDomainAutoTunesOutput
Auto Trait Implementations
impl RefUnwindSafe for DescribeDomainAutoTunesOutput
impl Send for DescribeDomainAutoTunesOutput
impl Sync for DescribeDomainAutoTunesOutput
impl Unpin for DescribeDomainAutoTunesOutput
impl UnwindSafe for DescribeDomainAutoTunesOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more