Struct aws_sdk_ec2::input::DescribeReservedInstancesListingsInput [−][src]
#[non_exhaustive]pub struct DescribeReservedInstancesListingsInput {
pub filters: Option<Vec<Filter>>,
pub reserved_instances_id: Option<String>,
pub reserved_instances_listing_id: Option<String>,
}
Expand description
Contains the parameters for DescribeReservedInstancesListings.
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.filters: Option<Vec<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.
reserved_instances_id: Option<String>
One or more Reserved Instance IDs.
reserved_instances_listing_id: Option<String>
One or more Reserved Instance listing IDs.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeReservedInstancesListings, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeReservedInstancesListings, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeReservedInstancesListings
>
Creates a new builder-style object to manufacture DescribeReservedInstancesListingsInput
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.
One or more Reserved Instance IDs.
One or more Reserved Instance listing IDs.
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