DescribeTagsOutput constructor

DescribeTagsOutput({
  1. String? resourceId,
  2. TaggableResourceType? resourceType,
  3. List<Tag>? tags,
})

Implementation

DescribeTagsOutput({
  this.resourceId,
  this.resourceType,
  this.tags,
});