UntagOutput constructor

UntagOutput({
  1. String? arn,
  2. List<String>? keys,
})

Implementation

UntagOutput({
  this.arn,
  this.keys,
});