Class: Aws::EC2::Types::CreateLocalGatewayRouteResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateLocalGatewayRouteResult
- 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.
10094 10095 10096 10097 10098 |
# File 'lib/aws-sdk-ec2/types.rb', line 10094 class CreateLocalGatewayRouteResult < Struct.new( :route) SENSITIVE = [] include Aws::Structure end |