TagOutput constructor

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

Implementation

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