GetCustomerGatewayAssociationsResponse constructor

GetCustomerGatewayAssociationsResponse({
  1. List<CustomerGatewayAssociation>? customerGatewayAssociations,
  2. String? nextToken,
})

Implementation

GetCustomerGatewayAssociationsResponse({
  this.customerGatewayAssociations,
  this.nextToken,
});