class Aws::Detective::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The ARN of the behavior graph to assign the tags to.
@return [String]

@!attribute [rw] tags

The tags to assign to the behavior graph. You can add up to 50 tags.
For each tag, you provide the tag key and the tag value. Each tag
key can contain up to 128 characters. Each tag value can contain up
to 256 characters.
@return [Hash<String,String>]

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

Constants

SENSITIVE