Class: Aws::EC2::Types::DescribeLocalGatewaysResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DescribeLocalGatewaysResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #local_gateways  ⇒ Array<Types::LocalGateway> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the local gateways.
 - 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 
Instance Attribute Details
#local_gateways ⇒ Array<Types::LocalGateway>
Information about the local gateways.
      24110 24111 24112 24113 24114 24115  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 24110 class DescribeLocalGatewaysResult < Struct.new( :local_gateways, :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.
      24110 24111 24112 24113 24114 24115  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 24110 class DescribeLocalGatewaysResult < Struct.new( :local_gateways, :next_token) SENSITIVE = [] include Aws::Structure end  |