DescribeDirectConnectGatewayAssociationProposalsResult constructor

DescribeDirectConnectGatewayAssociationProposalsResult({
  1. List<DirectConnectGatewayAssociationProposal>? directConnectGatewayAssociationProposals,
  2. String? nextToken,
})

Implementation

DescribeDirectConnectGatewayAssociationProposalsResult({
  this.directConnectGatewayAssociationProposals,
  this.nextToken,
});