class Aws::ResourceGroupsTaggingAPI::Types::TagResourcesInput

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

data as a hash:

    {
      resource_arn_list: ["ResourceARN"], # required
      tags: { # required
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] resource_arn_list

Specifies the list of ARNs of the resources that you want to apply
tags to.

An ARN (Amazon Resource Name) uniquely identifies a resource. For
more information, see [Amazon Resource Names (ARNs) and AWS Service
Namespaces][1] in the *AWS General Reference*.

[1]: http://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [Array<String>]

@!attribute [rw] tags

Specifies a list of tags that you want to add to the specified
resources. A tag consists of a key and a value that you define.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/resourcegroupstaggingapi-2017-01-26/TagResourcesInput AWS API Documentation

Constants

SENSITIVE