Class: Aws::EC2::Types::CreateLocalGatewayRouteTableVpcAssociationResult

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_table_vpc_associationTypes::LocalGatewayRouteTableVpcAssociation

Information about the association.



9256
9257
9258
9259
9260
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 9256

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