Class: Aws::EC2::Types::DeleteLocalGatewayRouteTableVpcAssociationResult

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.



14408
14409
14410
14411
14412
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 14408

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