AddCustomRoutingEndpointsResponse constructor

AddCustomRoutingEndpointsResponse({
  1. List<CustomRoutingEndpointDescription>? endpointDescriptions,
  2. String? endpointGroupArn,
})

Implementation

AddCustomRoutingEndpointsResponse({
  this.endpointDescriptions,
  this.endpointGroupArn,
});