ListTagsOutput constructor

ListTagsOutput({
  1. String? nextToken,
  2. Map<String, String>? tags,
})

Implementation

ListTagsOutput({
  this.nextToken,
  this.tags,
});