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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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:



23460
23461
23462
23463
23464
23465
23466
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 23460

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)


23460
23461
23462
23463
23464
23465
23466
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 23460

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)


23460
23461
23462
23463
23464
23465
23466
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 23460

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