AddCustomRoutingEndpointsResponse constructor
AddCustomRoutingEndpointsResponse({
- List<
CustomRoutingEndpointDescription> ? endpointDescriptions, - String? endpointGroupArn,
Implementation
AddCustomRoutingEndpointsResponse({
this.endpointDescriptions,
this.endpointGroupArn,
});