Struct aws_sdk_elasticsearch::input::DescribeReservedElasticsearchInstanceOfferingsInput [−][src]
#[non_exhaustive]pub struct DescribeReservedElasticsearchInstanceOfferingsInput {
pub reserved_elasticsearch_instance_offering_id: Option<String>,
pub max_results: i32,
pub next_token: Option<String>,
}
Expand description
Container for parameters to DescribeReservedElasticsearchInstanceOfferings
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.reserved_elasticsearch_instance_offering_id: Option<String>
The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.
max_results: i32
Set this value to limit the number of results returned. If not specified, defaults to 100.
next_token: Option<String>
NextToken should be sent in case if earlier API call produced result containing NextToken. It is used for pagination.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeReservedElasticsearchInstanceOfferings, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeReservedElasticsearchInstanceOfferings, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeReservedElasticsearchInstanceOfferings
>
Creates a new builder-style object to manufacture DescribeReservedElasticsearchInstanceOfferingsInput
The offering identifier filter value. Use this parameter to show only the available offering that matches the specified reservation identifier.
Set this value to limit the number of results returned. If not specified, defaults to 100.
NextToken should be sent in case if earlier API call produced result containing 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
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