class Aws::ResourceGroups::Types::TagInput

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

data as a hash:

    {
      arn: "GroupArn", # required
      tags: { # required
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] arn

The ARN of the resource group to which to add tags.
@return [String]

@!attribute [rw] tags

The tags to add to the specified resource group. A tag is a
string-to-string map of key-value pairs.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/resource-groups-2017-11-27/TagInput AWS API Documentation

Constants

SENSITIVE