Class: Aws::EC2::Types::DescribeMacHostsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeMacHostsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #mac_hosts  ⇒ Array<Types::MacHost> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the EC2 Mac Dedicated Hosts.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 
Instance Attribute Details
#mac_hosts ⇒ Array<Types::MacHost>
Information about the EC2 Mac Dedicated Hosts.
      24101 24102 24103 24104 24105 24106  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 24101 class DescribeMacHostsResult < Struct.new( :mac_hosts, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token to use to retrieve the next page of results.
      24101 24102 24103 24104 24105 24106  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 24101 class DescribeMacHostsResult < Struct.new( :mac_hosts, :next_token) SENSITIVE = [] include Aws::Structure end  |