#[non_exhaustive]pub struct DescribeReservedInstancesListingsInput { /* private fields */ }
Expand description
Contains the parameters for DescribeReservedInstancesListings.
Implementations§
source§impl DescribeReservedInstancesListingsInput
impl DescribeReservedInstancesListingsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeReservedInstancesListings, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeReservedInstancesListings, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeReservedInstancesListings
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeReservedInstancesListingsInput
.
source§impl DescribeReservedInstancesListingsInput
impl DescribeReservedInstancesListingsInput
sourcepub fn filters(&self) -> Option<&[Filter]>
pub fn filters(&self) -> Option<&[Filter]>
One or more filters.
-
reserved-instances-id
- The ID of the Reserved Instances. -
reserved-instances-listing-id
- The ID of the Reserved Instances listing. -
status
- The status of the Reserved Instance listing (pending
|active
|cancelled
|closed
). -
status-message
- The reason for the status.
sourcepub fn reserved_instances_id(&self) -> Option<&str>
pub fn reserved_instances_id(&self) -> Option<&str>
One or more Reserved Instance IDs.
sourcepub fn reserved_instances_listing_id(&self) -> Option<&str>
pub fn reserved_instances_listing_id(&self) -> Option<&str>
One or more Reserved Instance listing IDs.
Trait Implementations§
source§impl Clone for DescribeReservedInstancesListingsInput
impl Clone for DescribeReservedInstancesListingsInput
source§fn clone(&self) -> DescribeReservedInstancesListingsInput
fn clone(&self) -> DescribeReservedInstancesListingsInput
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<DescribeReservedInstancesListingsInput> for DescribeReservedInstancesListingsInput
impl PartialEq<DescribeReservedInstancesListingsInput> for DescribeReservedInstancesListingsInput
source§fn eq(&self, other: &DescribeReservedInstancesListingsInput) -> bool
fn eq(&self, other: &DescribeReservedInstancesListingsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.