DescribeCustomRoutingEndpointGroupResponse constructor

DescribeCustomRoutingEndpointGroupResponse({
  1. CustomRoutingEndpointGroup? endpointGroup,
})

Implementation

DescribeCustomRoutingEndpointGroupResponse({
  this.endpointGroup,
});