Class: Aws::EC2::Types::DescribeReservedInstancesListingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeReservedInstancesListingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Contains the parameters for DescribeReservedInstancesListings.
Constant Summary collapse
- SENSITIVE =
[]
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.
25393 25394 25395 25396 25397 25398 25399 |
# File 'lib/aws-sdk-ec2/types.rb', line 25393 class DescribeReservedInstancesListingsRequest < Struct.new( :reserved_instances_id, :reserved_instances_listing_id, :filters) SENSITIVE = [] include Aws::Structure end |
#reserved_instances_id ⇒ String
One or more Reserved Instance IDs.
25393 25394 25395 25396 25397 25398 25399 |
# File 'lib/aws-sdk-ec2/types.rb', line 25393 class DescribeReservedInstancesListingsRequest < Struct.new( :reserved_instances_id, :reserved_instances_listing_id, :filters) SENSITIVE = [] include Aws::Structure end |
#reserved_instances_listing_id ⇒ String
One or more Reserved Instance listing IDs.
25393 25394 25395 25396 25397 25398 25399 |
# File 'lib/aws-sdk-ec2/types.rb', line 25393 class DescribeReservedInstancesListingsRequest < Struct.new( :reserved_instances_id, :reserved_instances_listing_id, :filters) SENSITIVE = [] include Aws::Structure end |