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