Class: Aws::EC2::Types::DeleteLocalGatewayRouteTableResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::DeleteLocalGatewayRouteTableResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #local_gateway_route_table  ⇒ Types::LocalGatewayRouteTable 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the local gateway route table.
 
Instance Attribute Details
#local_gateway_route_table ⇒ Types::LocalGatewayRouteTable
Information about the local gateway route table.
      15731 15732 15733 15734 15735  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 15731 class DeleteLocalGatewayRouteTableResult < Struct.new( :local_gateway_route_table) SENSITIVE = [] include Aws::Structure end  |