Class: Aws::EC2::Types::HostOffering
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::HostOffering
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Details about the Dedicated Host Reservation offering.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#currency_code ⇒ String
The currency of the offering.
-
#duration ⇒ Integer
The duration of the offering (in seconds).
-
#hourly_price ⇒ String
The hourly price of the offering.
-
#instance_family ⇒ String
The instance family of the offering.
-
#offering_id ⇒ String
The ID of the offering.
-
#payment_option ⇒ String
The available payment option.
-
#upfront_price ⇒ String
The upfront price of the offering.
Instance Attribute Details
#currency_code ⇒ String
The currency of the offering.
39812 39813 39814 39815 39816 39817 39818 39819 39820 39821 39822 |
# File 'lib/aws-sdk-ec2/types.rb', line 39812 class HostOffering < Struct.new( :currency_code, :duration, :hourly_price, :instance_family, :offering_id, :payment_option, :upfront_price) SENSITIVE = [] include Aws::Structure end |
#duration ⇒ Integer
The duration of the offering (in seconds).
39812 39813 39814 39815 39816 39817 39818 39819 39820 39821 39822 |
# File 'lib/aws-sdk-ec2/types.rb', line 39812 class HostOffering < Struct.new( :currency_code, :duration, :hourly_price, :instance_family, :offering_id, :payment_option, :upfront_price) SENSITIVE = [] include Aws::Structure end |
#hourly_price ⇒ String
The hourly price of the offering.
39812 39813 39814 39815 39816 39817 39818 39819 39820 39821 39822 |
# File 'lib/aws-sdk-ec2/types.rb', line 39812 class HostOffering < Struct.new( :currency_code, :duration, :hourly_price, :instance_family, :offering_id, :payment_option, :upfront_price) SENSITIVE = [] include Aws::Structure end |
#instance_family ⇒ String
The instance family of the offering.
39812 39813 39814 39815 39816 39817 39818 39819 39820 39821 39822 |
# File 'lib/aws-sdk-ec2/types.rb', line 39812 class HostOffering < Struct.new( :currency_code, :duration, :hourly_price, :instance_family, :offering_id, :payment_option, :upfront_price) SENSITIVE = [] include Aws::Structure end |
#offering_id ⇒ String
The ID of the offering.
39812 39813 39814 39815 39816 39817 39818 39819 39820 39821 39822 |
# File 'lib/aws-sdk-ec2/types.rb', line 39812 class HostOffering < Struct.new( :currency_code, :duration, :hourly_price, :instance_family, :offering_id, :payment_option, :upfront_price) SENSITIVE = [] include Aws::Structure end |
#payment_option ⇒ String
The available payment option.
39812 39813 39814 39815 39816 39817 39818 39819 39820 39821 39822 |
# File 'lib/aws-sdk-ec2/types.rb', line 39812 class HostOffering < Struct.new( :currency_code, :duration, :hourly_price, :instance_family, :offering_id, :payment_option, :upfront_price) SENSITIVE = [] include Aws::Structure end |
#upfront_price ⇒ String
The upfront price of the offering. Does not apply to No Upfront offerings.
39812 39813 39814 39815 39816 39817 39818 39819 39820 39821 39822 |
# File 'lib/aws-sdk-ec2/types.rb', line 39812 class HostOffering < Struct.new( :currency_code, :duration, :hourly_price, :instance_family, :offering_id, :payment_option, :upfront_price) SENSITIVE = [] include Aws::Structure end |