CreateEndpointConfigOutput constructor

CreateEndpointConfigOutput({
  1. required String endpointConfigArn,
})

Implementation

CreateEndpointConfigOutput({
  required this.endpointConfigArn,
});