Class: Aws::EC2::Types::DeleteLocalGatewayRouteResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DeleteLocalGatewayRouteResult
- 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 route.
Instance Attribute Details
#route ⇒ Types::LocalGatewayRoute
Information about the route.
15799 15800 15801 15802 15803 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 15799 class DeleteLocalGatewayRouteResult < Struct.new( :route) SENSITIVE = [] include Aws::Structure end |