class Aws::Shield::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource that you want to add
or update tags for.
@return [String]

@!attribute [rw] tags

The tags that you want to modify or add to the resource.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/shield-2016-06-02/TagResourceRequest AWS API Documentation

Constants

SENSITIVE