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.
      40333 40334 40335 40336 40337 40338 40339 40340 40341 40342 40343  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 40333 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).
      40333 40334 40335 40336 40337 40338 40339 40340 40341 40342 40343  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 40333 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.
      40333 40334 40335 40336 40337 40338 40339 40340 40341 40342 40343  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 40333 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.
      40333 40334 40335 40336 40337 40338 40339 40340 40341 40342 40343  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 40333 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.
      40333 40334 40335 40336 40337 40338 40339 40340 40341 40342 40343  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 40333 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.
      40333 40334 40335 40336 40337 40338 40339 40340 40341 40342 40343  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 40333 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.
      40333 40334 40335 40336 40337 40338 40339 40340 40341 40342 40343  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 40333 class HostOffering < Struct.new( :currency_code, :duration, :hourly_price, :instance_family, :offering_id, :payment_option, :upfront_price) SENSITIVE = [] include Aws::Structure end  |