Class: Aws::EC2::Types::PricingDetail

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

Overview

Describes a Reserved Instance offering.

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of reservations available for the price.

Returns:

  • (Integer)


18137
18138
18139
18140
18141
# File 'lib/aws-sdk-ec2/types.rb', line 18137

class PricingDetail < Struct.new(
  :count,
  :price)
  include Aws::Structure
end

#priceFloat

The price per instance.

Returns:

  • (Float)


18137
18138
18139
18140
18141
# File 'lib/aws-sdk-ec2/types.rb', line 18137

class PricingDetail < Struct.new(
  :count,
  :price)
  include Aws::Structure
end