class Aws::CloudFront::Types::Tags

A complex type that contains zero or more `Tag` elements.

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

data as a hash:

    {
      items: [
        {
          key: "TagKey", # required
          value: "TagValue",
        },
      ],
    }

@!attribute [rw] items

A complex type that contains `Tag` elements.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/Tags AWS API Documentation

Constants

SENSITIVE