Class: Aws::EC2::Types::HostOffering

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Details about the Dedicated Host Reservation offering.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeString

The currency of the offering.

Returns:

  • (String)


36855
36856
36857
36858
36859
36860
36861
36862
36863
36864
36865
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36855

class HostOffering < Struct.new(
  :currency_code,
  :duration,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :upfront_price)
  SENSITIVE = []
  include Aws::Structure
end

#durationInteger

The duration of the offering (in seconds).

Returns:

  • (Integer)


36855
36856
36857
36858
36859
36860
36861
36862
36863
36864
36865
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36855

class HostOffering < Struct.new(
  :currency_code,
  :duration,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :upfront_price)
  SENSITIVE = []
  include Aws::Structure
end

#hourly_priceString

The hourly price of the offering.

Returns:

  • (String)


36855
36856
36857
36858
36859
36860
36861
36862
36863
36864
36865
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36855

class HostOffering < Struct.new(
  :currency_code,
  :duration,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :upfront_price)
  SENSITIVE = []
  include Aws::Structure
end

#instance_familyString

The instance family of the offering.

Returns:

  • (String)


36855
36856
36857
36858
36859
36860
36861
36862
36863
36864
36865
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36855

class HostOffering < Struct.new(
  :currency_code,
  :duration,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :upfront_price)
  SENSITIVE = []
  include Aws::Structure
end

#offering_idString

The ID of the offering.

Returns:

  • (String)


36855
36856
36857
36858
36859
36860
36861
36862
36863
36864
36865
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36855

class HostOffering < Struct.new(
  :currency_code,
  :duration,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :upfront_price)
  SENSITIVE = []
  include Aws::Structure
end

#payment_optionString

The available payment option.

Returns:

  • (String)


36855
36856
36857
36858
36859
36860
36861
36862
36863
36864
36865
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36855

class HostOffering < Struct.new(
  :currency_code,
  :duration,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :upfront_price)
  SENSITIVE = []
  include Aws::Structure
end

#upfront_priceString

The upfront price of the offering. Does not apply to No Upfront offerings.

Returns:

  • (String)


36855
36856
36857
36858
36859
36860
36861
36862
36863
36864
36865
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 36855

class HostOffering < Struct.new(
  :currency_code,
  :duration,
  :hourly_price,
  :instance_family,
  :offering_id,
  :payment_option,
  :upfront_price)
  SENSITIVE = []
  include Aws::Structure
end