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.
14551 14552 14553 14554 14555 |
# File 'lib/aws-sdk-ec2/types.rb', line 14551 class DeleteLocalGatewayRouteResult < Struct.new( :route) SENSITIVE = [] include Aws::Structure end |