CreateAnalyzerResponse constructor

CreateAnalyzerResponse({
  1. String? arn,
})

Implementation

CreateAnalyzerResponse({
  this.arn,
});