UpdateEndpointOutput constructor

UpdateEndpointOutput({
  1. required String endpointArn,
})

Implementation

UpdateEndpointOutput({
  required this.endpointArn,
});