class Aws::DataSync::Types::TagListEntry

Represents a single entry in a list of AWS resource tags. `TagListEntry` returns an array that contains a list of tasks when the

ListTagsForResource][1

operation is called.

[1]: docs.aws.amazon.com/datasync/latest/userguide/API_ListTagsForResource.html

@note When making an API call, you may pass TagListEntry

data as a hash:

    {
      key: "TagKey", # required
      value: "TagValue",
    }

@!attribute [rw] key

The key for an Amazon Web Services resource tag.
@return [String]

@!attribute [rw] value

The value for an Amazon Web Services resource tag.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/datasync-2018-11-09/TagListEntry AWS API Documentation

Constants

SENSITIVE