Class: Aws::EC2::Types::PricingDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::PricingDetail
- 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
-
#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.
61939 61940 61941 61942 61943 61944 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61939 class PricingDetail < Struct.new( :count, :price) SENSITIVE = [] include Aws::Structure end |
#price ⇒ Float
The price per instance.
61939 61940 61941 61942 61943 61944 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61939 class PricingDetail < Struct.new( :count, :price) SENSITIVE = [] include Aws::Structure end |