ResourceTagsDescriptionMessage constructor

ResourceTagsDescriptionMessage({
  1. String? resourceArn,
  2. List<Tag>? resourceTags,
})

Implementation

ResourceTagsDescriptionMessage({
  this.resourceArn,
  this.resourceTags,
});