Struct aws_sdk_elasticsearch::output::DescribeDomainAutoTunesOutput [−][src]
#[non_exhaustive]pub struct DescribeDomainAutoTunesOutput {
pub auto_tunes: Option<Vec<AutoTune>>,
pub next_token: Option<String>,
}
Expand description
The result of DescribeDomainAutoTunes
request. See the Developer Guide for more information.
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.auto_tunes: Option<Vec<AutoTune>>
Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.
next_token: Option<String>
Specifies an identifier to allow retrieval of paginated results.
Implementations
Specifies the list of setting adjustments that Auto-Tune has made to the domain. See the Developer Guide for more information.
Specifies an identifier to allow retrieval of paginated results.
Creates a new builder-style object to manufacture DescribeDomainAutoTunesOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for DescribeDomainAutoTunesOutput
impl Sync for DescribeDomainAutoTunesOutput
impl Unpin for DescribeDomainAutoTunesOutput
impl UnwindSafe for DescribeDomainAutoTunesOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more