Class: Aws::EC2::Types::ModifyLocalGatewayRouteResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyLocalGatewayRouteResult
- 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 local gateway route table.
Instance Attribute Details
#route ⇒ Types::LocalGatewayRoute
Information about the local gateway route table.
49430 49431 49432 49433 49434 |
# File 'lib/aws-sdk-ec2/types.rb', line 49430 class ModifyLocalGatewayRouteResult < Struct.new( :route) SENSITIVE = [] include Aws::Structure end |