Class: Aws::EC2::Types::CreateLocalGatewayRouteTableResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#local_gateway_route_tableTypes::LocalGatewayRouteTable

Information about the local gateway route table.



9171
9172
9173
9174
9175
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 9171

class CreateLocalGatewayRouteTableResult < Struct.new(
  :local_gateway_route_table)
  SENSITIVE = []
  include Aws::Structure
end