Class: Aws::EC2::Types::PricingDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PricingDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Describes a Reserved Instance offering.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#count ⇒ Integer
The number of reservations available for the price.
-
#price ⇒ Float
The price per instance.
Instance Attribute Details
#count ⇒ Integer
The number of reservations available for the price.
57990 57991 57992 57993 57994 57995 |
# File 'lib/aws-sdk-ec2/types.rb', line 57990 class PricingDetail < Struct.new( :count, :price) SENSITIVE = [] include Aws::Structure end |
#price ⇒ Float
The price per instance.
57990 57991 57992 57993 57994 57995 |
# File 'lib/aws-sdk-ec2/types.rb', line 57990 class PricingDetail < Struct.new( :count, :price) SENSITIVE = [] include Aws::Structure end |