Class: Aws::EC2::Types::CreateLocalGatewayRouteResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateLocalGatewayRouteResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #route  ⇒ Types::LocalGatewayRoute 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the route.
 
Instance Attribute Details
#route ⇒ Types::LocalGatewayRoute
Information about the route.
      10212 10213 10214 10215 10216  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 10212 class CreateLocalGatewayRouteResult < Struct.new( :route) SENSITIVE = [] include Aws::Structure end  |