DescribeDirectConnectGatewayAssociationsResult constructor
DescribeDirectConnectGatewayAssociationsResult({
- List<
DirectConnectGatewayAssociation> ? directConnectGatewayAssociations, - String? nextToken,
Implementation
DescribeDirectConnectGatewayAssociationsResult({
this.directConnectGatewayAssociations,
this.nextToken,
});