Class: Aws::DirectConnect::Types::DeleteDirectConnectGatewayAssociationProposalResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::DeleteDirectConnectGatewayAssociationProposalResult
- 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_proposal ⇒ Types::DirectConnectGatewayAssociationProposal
The ID of the associated gateway.
Instance Attribute Details
#direct_connect_gateway_association_proposal ⇒ Types::DirectConnectGatewayAssociationProposal
The ID of the associated gateway.
1475 1476 1477 1478 1479 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1475 class DeleteDirectConnectGatewayAssociationProposalResult < Struct.new( :direct_connect_gateway_association_proposal) SENSITIVE = [] include Aws::Structure end |