Class: Aws::DirectConnect::Types::DeleteDirectConnectGatewayAssociationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DeleteDirectConnectGatewayAssociationResult
- Defined in:
- gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#direct_connect_gateway_association ⇒ Types::DirectConnectGatewayAssociation
Information about the deleted association.
Instance Attribute Details
#direct_connect_gateway_association ⇒ Types::DirectConnectGatewayAssociation
Information about the deleted association.
1392 1393 1394 1395 1396 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1392 class DeleteDirectConnectGatewayAssociationResult < Struct.new( :direct_connect_gateway_association) SENSITIVE = [] include Aws::Structure end |