class Aws::AccessAnalyzer::Types::TagResourceRequest

Adds a tag to the specified resource.

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

data as a hash:

    {
      resource_arn: "String", # required
      tags: { # required
        "String" => "String",
      },
    }

@!attribute [rw] resource_arn

The ARN of the resource to add the tag to.
@return [String]

@!attribute [rw] tags

The tags to add to the resource.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/accessanalyzer-2019-11-01/TagResourceRequest AWS API Documentation

Constants

SENSITIVE