class Aws::CodeGuruProfiler::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource that the tags are
added to.
@return [String]

@!attribute [rw] tags

The list of tags that are added to the specified resource.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/codeguruprofiler-2019-07-18/TagResourceRequest AWS API Documentation

Constants

SENSITIVE