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.



15896
15897
15898
15899
15900
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 15896

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