Endpoint constructor

Endpoint({
  1. Map<String, String>? attributes,
  2. String? endpointArn,
})

Implementation

Endpoint({
  this.attributes,
  this.endpointArn,
});