Struct aws_sdk_opensearch::input::DescribeReservedInstancesInput [−][src]
#[non_exhaustive]pub struct DescribeReservedInstancesInput {
pub reserved_instance_id: Option<String>,
pub max_results: i32,
pub next_token: Option<String>,
}
Expand description
Container for parameters to
DescribeReservedInstances
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_id: Option<String>
The reserved instance identifier filter value. Use this parameter to show only the reservation that matches the specified reserved OpenSearch instance ID.
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<DescribeReservedInstances, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeReservedInstances, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeReservedInstances
>
Creates a new builder-style object to manufacture DescribeReservedInstancesInput
The reserved instance identifier filter value. Use this parameter to show only the reservation that matches the specified reserved OpenSearch instance ID.
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
impl Send for DescribeReservedInstancesInput
impl Sync for DescribeReservedInstancesInput
impl Unpin for DescribeReservedInstancesInput
impl UnwindSafe for DescribeReservedInstancesInput
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