Class: Aws::EC2::Types::PriceScheduleSpecification

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Describes the price for a Reserved Instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

The currency for transacting the Reserved Instance resale. At this time, the only supported currency is USD.

Returns:

  • (String)


53802
53803
53804
53805
53806
53807
53808
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53802

class PriceScheduleSpecification < Struct.new(
  :currency_code,
  :price,
  :term)
  SENSITIVE = []
  include Aws::Structure
end

#priceFloat

The fixed price for the term.

Returns:

  • (Float)


53802
53803
53804
53805
53806
53807
53808
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53802

class PriceScheduleSpecification < Struct.new(
  :currency_code,
  :price,
  :term)
  SENSITIVE = []
  include Aws::Structure
end

#termInteger

The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.

Returns:

  • (Integer)


53802
53803
53804
53805
53806
53807
53808
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53802

class PriceScheduleSpecification < Struct.new(
  :currency_code,
  :price,
  :term)
  SENSITIVE = []
  include Aws::Structure
end