CreateEndpointOutput constructor

CreateEndpointOutput({
  1. required String endpointArn,
})

Implementation

CreateEndpointOutput({
  required this.endpointArn,
});