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.



11980
11981
11982
11983
11984
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 11980

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