class Aws::SecurityHub::Types::TagResourceRequest

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

data as a hash:

    {
      resource_arn: "ResourceArn", # required
      tags: { # required
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] resource_arn

The ARN of the resource to apply the tags to.
@return [String]

@!attribute [rw] tags

The tags to add to the resource. You can add up to 50 tags at a
time. The tag keys can be no longer than 128 characters. The tag
values can be no longer than 256 characters.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/TagResourceRequest AWS API Documentation

Constants

SENSITIVE