class Aws::ManagedGrafana::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The ARN of the resource the tag is associated with.
@return [String]

@!attribute [rw] tags

The list of tag keys and values to associate with the resource. You
can associate tag keys only, tags (key and values) only or a
combination of tag keys and tags.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/grafana-2020-08-18/TagResourceRequest AWS API Documentation

Constants

SENSITIVE