class Aws::GuardDuty::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) for the GuardDuty resource to apply a
tag to.
@return [String]

@!attribute [rw] tags

The tags to be added to a resource.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/guardduty-2017-11-28/TagResourceRequest AWS API Documentation

Constants

SENSITIVE