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.
52209 52210 52211 52212 52213 |
# File 'lib/aws-sdk-ec2/types.rb', line 52209 class ModifyLocalGatewayRouteResult < Struct.new( :route) SENSITIVE = [] include Aws::Structure end |