Class: Aws::EC2::Types::CreateLocalGatewayRouteTableResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::CreateLocalGatewayRouteTableResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#local_gateway_route_table ⇒ Types::LocalGatewayRouteTable
Information about the local gateway route table.
Instance Attribute Details
#local_gateway_route_table ⇒ Types::LocalGatewayRouteTable
Information about the local gateway route table.
10378 10379 10380 10381 10382 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 10378 class CreateLocalGatewayRouteTableResult < Struct.new( :local_gateway_route_table) SENSITIVE = [] include Aws::Structure end |