AddTagsOutput constructor

AddTagsOutput({
  1. String? resourceId,
  2. TaggableResourceType? resourceType,
})

Implementation

AddTagsOutput({
  this.resourceId,
  this.resourceType,
});