Struct aws_sdk_elasticsearch::input::DescribeDomainAutoTunesInput [−][src]
#[non_exhaustive]pub struct DescribeDomainAutoTunesInput {
pub domain_name: Option<String>,
pub max_results: i32,
pub next_token: Option<String>,
}
Expand description
Container for the parameters to the DescribeDomainAutoTunes
operation.
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.domain_name: Option<String>
Specifies the domain name for which you want Auto-Tune action details.
max_results: i32
Set this value to limit the number of results returned. If not specified, defaults to 100.
next_token: Option<String>
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDomainAutoTunes, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDomainAutoTunes, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeDomainAutoTunes
>
Creates a new builder-style object to manufacture DescribeDomainAutoTunesInput
Specifies the domain name for which you want Auto-Tune action details.
Set this value to limit the number of results returned. If not specified, defaults to 100.
NextToken is sent in case the earlier API call results contain the NextToken. It is used for pagination.
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 DescribeDomainAutoTunesInput
impl Sync for DescribeDomainAutoTunesInput
impl Unpin for DescribeDomainAutoTunesInput
impl UnwindSafe for DescribeDomainAutoTunesInput
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