GetTagsOutput constructor

GetTagsOutput({
  1. String? arn,
  2. Map<String, String>? tags,
})

Implementation

GetTagsOutput({
  this.arn,
  this.tags,
});