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

Class: Aws::EC2::Types::ReservedInstanceLimitPrice

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

Overview

Note:

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

{
  amount: 1.0,
  currency_code: "USD", # accepts USD
}

Describes the limit price of a Reserved Instance offering.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#amountFloat

Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).

Returns:

  • (Float)

    Used for Reserved Instance Marketplace offerings.

#currency_codeString

The currency in which the limitPrice amount is specified. At this time, the only supported currency is USD.

Possible values:

  • USD

Returns:

  • (String)

    The currency in which the limitPrice amount is specified.