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)


27925
27926
27927
27928
27929
# File 'lib/aws-sdk-ec2/types.rb', line 27925

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

#priceFloat

The price per instance.

Returns:

  • (Float)


27925
27926
27927
27928
27929
# File 'lib/aws-sdk-ec2/types.rb', line 27925

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