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.
1079 1080 1081 1082 1083 |
# File 'gems/aws-sdk-directconnect/lib/aws-sdk-directconnect/types.rb', line 1079 class CreateDirectConnectGatewayAssociationProposalResult < Struct.new( :direct_connect_gateway_association_proposal) SENSITIVE = [] include Aws::Structure end |