Class: Aws::EC2::Types::SearchLocalGatewayRoutesResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::SearchLocalGatewayRoutesResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The token to use to retrieve the next page of results.
 - 
  
    
      #routes  ⇒ Array<Types::LocalGatewayRoute> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the routes.
 
Instance Attribute Details
#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.
      64693 64694 64695 64696 64697 64698  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 64693 class SearchLocalGatewayRoutesResult < Struct.new( :routes, :next_token) SENSITIVE = [] include Aws::Structure end  | 
  
#routes ⇒ Array<Types::LocalGatewayRoute>
Information about the routes.
      64693 64694 64695 64696 64697 64698  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 64693 class SearchLocalGatewayRoutesResult < Struct.new( :routes, :next_token) SENSITIVE = [] include Aws::Structure end  |