Class: Aws::DirectConnect::Types::CreateDirectConnectGatewayAssociationProposalResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::DirectConnect::Types::CreateDirectConnectGatewayAssociationProposalResult
- 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
Information about the Direct Connect gateway proposal.
Instance Attribute Details
#direct_connect_gateway_association_proposal ⇒ Types::DirectConnectGatewayAssociationProposal
Information about the Direct Connect gateway proposal.
1038 1039 1040 1041 1042 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1038 class CreateDirectConnectGatewayAssociationProposalResult < Struct.new( :direct_connect_gateway_association_proposal) SENSITIVE = [] include Aws::Structure end |