Struct aws_sdk_opensearch::input::DescribeReservedInstanceOfferingsInput [−][src]
#[non_exhaustive]pub struct DescribeReservedInstanceOfferingsInput {
pub reserved_instance_offering_id: Option<String>,
pub max_results: i32,
pub next_token: Option<String>,
}
Expand description
Container for parameters to
DescribeReservedInstanceOfferings
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_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>
Provides an identifier to allow retrieval of paginated results.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeReservedInstanceOfferings, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeReservedInstanceOfferings, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeReservedInstanceOfferings
>
Creates a new builder-style object to manufacture DescribeReservedInstanceOfferingsInput
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.
Provides an identifier to allow retrieval of paginated results.
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