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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#countInteger

The number of reservations available for the price.

Returns:

  • (Integer)


54766
54767
54768
54769
54770
54771
# File 'lib/aws-sdk-ec2/types.rb', line 54766

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

#priceFloat

The price per instance.

Returns:

  • (Float)


54766
54767
54768
54769
54770
54771
# File 'lib/aws-sdk-ec2/types.rb', line 54766

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