#[non_exhaustive]pub struct DescribeReservedInstancesInput { /* private fields */ }
Expand description
Container for the request parameters to the DescribeReservedInstances
operation.
Implementations§
source§impl DescribeReservedInstancesInput
impl DescribeReservedInstancesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeReservedInstances, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeReservedInstances, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeReservedInstances
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeReservedInstancesInput
.
source§impl DescribeReservedInstancesInput
impl DescribeReservedInstancesInput
sourcepub fn reserved_instance_id(&self) -> Option<&str>
pub fn reserved_instance_id(&self) -> Option<&str>
The reserved instance identifier filter value. Use this parameter to show only the reservation that matches the specified reserved OpenSearch instance ID.
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If your initial DescribeReservedInstances
operation returns a nextToken
, you can include the returned nextToken
in subsequent DescribeReservedInstances
operations, which returns results in the next page.
Trait Implementations§
source§impl Clone for DescribeReservedInstancesInput
impl Clone for DescribeReservedInstancesInput
source§fn clone(&self) -> DescribeReservedInstancesInput
fn clone(&self) -> DescribeReservedInstancesInput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<DescribeReservedInstancesInput> for DescribeReservedInstancesInput
impl PartialEq<DescribeReservedInstancesInput> for DescribeReservedInstancesInput
source§fn eq(&self, other: &DescribeReservedInstancesInput) -> bool
fn eq(&self, other: &DescribeReservedInstancesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.