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.
61366 61367 61368 61369 61370 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 61366 class ModifyLocalGatewayRouteResult < Struct.new( :route) SENSITIVE = [] include Aws::Structure end |