Class: Aws::EC2::Types::DescribeHostsResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeHostsResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #hosts  ⇒ Array<Types::Host> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the Dedicated Hosts.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 
Instance Attribute Details
#hosts ⇒ Array<Types::Host>
Information about the Dedicated Hosts.
      20875 20876 20877 20878 20879 20880  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 20875 class DescribeHostsResult < Struct.new( :hosts, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
      20875 20876 20877 20878 20879 20880  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 20875 class DescribeHostsResult < Struct.new( :hosts, :next_token) SENSITIVE = [] include Aws::Structure end  |