OBJECT
Represents a tag key-value pair of an AWS resource.
type Tag {# Tag key.key: String! # Tag value.value: String! }