class Aws::Redshift::Types::CreateTagsMessage

Contains the output from the `CreateTags` action.

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

data as a hash:

    {
      resource_name: "String", # required
      tags: [ # required
        {
          key: "String",
          value: "String",
        },
      ],
    }

@!attribute [rw] resource_name

The Amazon Resource Name (ARN) to which you want to add the tag or
tags. For example,
`arn:aws:redshift:us-east-2:123456789:cluster:t1`.
@return [String]

@!attribute [rw] tags

One or more name/value pairs to add as tags to the specified
resource. Each tag name is passed in with the parameter `Key` and
the corresponding value is passed in with the parameter `Value`. The
`Key` and `Value` parameters are separated by a comma (,). Separate
multiple tags with a space. For example, `--tags
"Key"="owner","Value"="admin" "Key"="environment","Value"="test"
"Key"="version","Value"="1.0"`.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/CreateTagsMessage AWS API Documentation

Constants

SENSITIVE