DescribeDirectConnectGatewayAssociationsResult constructor

DescribeDirectConnectGatewayAssociationsResult({
  1. List<DirectConnectGatewayAssociation>? directConnectGatewayAssociations,
  2. String? nextToken,
})

Implementation

DescribeDirectConnectGatewayAssociationsResult({
  this.directConnectGatewayAssociations,
  this.nextToken,
});