CreateAnomalySubscriptionResponse constructor

CreateAnomalySubscriptionResponse({
  1. required String subscriptionArn,
})

Implementation

CreateAnomalySubscriptionResponse({
  required this.subscriptionArn,
});