GetCustomerGatewayAssociationsResponse constructor
GetCustomerGatewayAssociationsResponse({
- List<
CustomerGatewayAssociation> ? customerGatewayAssociations, - String? nextToken,
Implementation
GetCustomerGatewayAssociationsResponse({
this.customerGatewayAssociations,
this.nextToken,
});