Class: Aws::EC2::Types::MacHost
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::MacHost
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Information about the EC2 Mac Dedicated Host.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #host_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The EC2 Mac Dedicated Host ID.
 - 
  
    
      #mac_os_latest_supported_versions  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.
 
Instance Attribute Details
#host_id ⇒ String
The EC2 Mac Dedicated Host ID.
      50034 50035 50036 50037 50038 50039  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50034 class MacHost < Struct.new( :host_id, :mac_os_latest_supported_versions) SENSITIVE = [] include Aws::Structure end  | 
  
#mac_os_latest_supported_versions ⇒ Array<String>
The latest macOS versions that the EC2 Mac Dedicated Host can launch without being upgraded.
      50034 50035 50036 50037 50038 50039  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 50034 class MacHost < Struct.new( :host_id, :mac_os_latest_supported_versions) SENSITIVE = [] include Aws::Structure end  |