Class: Aws::EC2::Types::DescribeReservedInstancesListingsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Contains the parameters for DescribeReservedInstancesListings.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<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.

Returns:



23482
23483
23484
23485
23486
23487
23488
# File 'lib/aws-sdk-ec2/types.rb', line 23482

class DescribeReservedInstancesListingsRequest < Struct.new(
  :filters,
  :reserved_instances_id,
  :reserved_instances_listing_id)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_instances_idString

One or more Reserved Instance IDs.

Returns:

  • (String)


23482
23483
23484
23485
23486
23487
23488
# File 'lib/aws-sdk-ec2/types.rb', line 23482

class DescribeReservedInstancesListingsRequest < Struct.new(
  :filters,
  :reserved_instances_id,
  :reserved_instances_listing_id)
  SENSITIVE = []
  include Aws::Structure
end

#reserved_instances_listing_idString

One or more Reserved Instance listing IDs.

Returns:

  • (String)


23482
23483
23484
23485
23486
23487
23488
# File 'lib/aws-sdk-ec2/types.rb', line 23482

class DescribeReservedInstancesListingsRequest < Struct.new(
  :filters,
  :reserved_instances_id,
  :reserved_instances_listing_id)
  SENSITIVE = []
  include Aws::Structure
end