You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::DescribeReservedInstancesListingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeReservedInstancesListingsRequest
- Defined in:
- (unknown)
Overview
Note:
When passing DescribeReservedInstancesListingsRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
filters: [
{
name: "String",
values: ["String"],
},
],
reserved_instances_id: "ReservationId",
reserved_instances_listing_id: "ReservedInstancesListingId",
}
Contains the parameters for DescribeReservedInstancesListings.
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::Filter>
One or more filters.
-
#reserved_instances_id ⇒ String
One or more Reserved Instance IDs.
-
#reserved_instances_listing_id ⇒ String
One or more Reserved Instance listing IDs.
Instance Attribute Details
#filters ⇒ Array<Types::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 ⇒ String
One or more Reserved Instance IDs.
#reserved_instances_listing_id ⇒ String
One or more Reserved Instance listing IDs.