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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/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)


53822
53823
53824
53825
53826
53827
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53822

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

#priceFloat

The price per instance.

Returns:

  • (Float)


53822
53823
53824
53825
53826
53827
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 53822

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