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

Class: Aws::EC2::Types::CreateReservedInstancesListingRequest

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

Overview

Note:

When passing CreateReservedInstancesListingRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  client_token: "String", # required
  instance_count: 1, # required
  price_schedules: [ # required
    {
      currency_code: "USD", # accepts USD
      price: 1.0,
      term: 1,
    },
  ],
  reserved_instances_id: "ReservationId", # required
}

Contains the parameters for CreateReservedInstancesListing.

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Unique, case-sensitive identifier you provide to ensure idempotency of your listings. This helps avoid duplicate listings. For more information, see Ensuring Idempotency.

Returns:

  • (String)

    Unique, case-sensitive identifier you provide to ensure idempotency of your listings.

#instance_countInteger

The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace. This number should be less than or equal to the instance count associated with the Reserved Instance ID specified in this call.

Returns:

  • (Integer)

    The number of instances that are a part of a Reserved Instance account to be listed in the Reserved Instance Marketplace.

#price_schedulesArray<Types::PriceScheduleSpecification>

A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.

Returns:

  • (Array<Types::PriceScheduleSpecification>)

    A list specifying the price of the Standard Reserved Instance for each month remaining in the Reserved Instance term.

#reserved_instances_idString

The ID of the active Standard Reserved Instance.

Returns:

  • (String)

    The ID of the active Standard Reserved Instance.