You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::ReservedInstancesListing

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a Reserved Instance listing.

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique, case-sensitive key supplied by the client to ensure that the request is idempotent. For more information, see Ensuring Idempotency.

Returns:

  • (String)

    A unique, case-sensitive key supplied by the client to ensure that the request is idempotent.

#create_dateTime

The time the listing was created.

Returns:

  • (Time)

    The time the listing was created.

#instance_countsArray<Types::InstanceCount>

The number of instances in this state.

Returns:

#price_schedulesArray<Types::PriceSchedule>

The price of the Reserved Instance listing.

Returns:

#reserved_instances_idString

The ID of the Reserved Instance.

Returns:

  • (String)

    The ID of the Reserved Instance.

#reserved_instances_listing_idString

The ID of the Reserved Instance listing.

Returns:

  • (String)

    The ID of the Reserved Instance listing.

#statusString

The status of the Reserved Instance listing.

Possible values:

  • active
  • pending
  • cancelled
  • closed

Returns:

  • (String)

    The status of the Reserved Instance listing.

#status_messageString

The reason for the current status of the Reserved Instance listing. The response can be blank.

Returns:

  • (String)

    The reason for the current status of the Reserved Instance listing.

#tagsArray<Types::Tag>

Any tags assigned to the resource.

Returns:

  • (Array<Types::Tag>)

    Any tags assigned to the resource.

#update_dateTime

The last modified timestamp of the listing.

Returns:

  • (Time)

    The last modified timestamp of the listing.