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
show all
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

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:

#reserved_instances_idString

One or more Reserved Instance IDs.

Returns:

  • (String)

    One or more Reserved Instance IDs.

#reserved_instances_listing_idString

One or more Reserved Instance listing IDs.

Returns:

  • (String)

    One or more Reserved Instance listing IDs.