Class: Aws::EC2::Types::ModifyLocalGatewayRouteResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ModifyLocalGatewayRouteResult
- Defined in:
- gems/aws-sdk-ec2/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.
63055 63056 63057 63058 63059 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 63055 class ModifyLocalGatewayRouteResult < Struct.new( :route) SENSITIVE = [] include Aws::Structure end |