ListTagsForResourceOutput constructor

ListTagsForResourceOutput({
  1. required List<TagRef> tags,
  2. String? nextToken,
})

Implementation

ListTagsForResourceOutput({
  required this.tags,
  this.nextToken,
});