class Aws::ConfigService::Types::TagResourceRequest

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

data as a hash:

    {
      resource_arn: "AmazonResourceName", # required
      tags: [ # required
        {
          key: "TagKey",
          value: "TagValue",
        },
      ],
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) that identifies the resource for
which to list the tags. Currently, the supported resources are
`ConfigRule`, `ConfigurationAggregator` and
`AggregatorAuthorization`.
@return [String]

@!attribute [rw] tags

An array of tag object.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/config-2014-11-12/TagResourceRequest AWS API Documentation

Constants

SENSITIVE