CreateEndpointResponse constructor

CreateEndpointResponse({
  1. String? endpointArn,
})

Implementation

CreateEndpointResponse({
  this.endpointArn,
});