class Aws::RoboMaker::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the AWS RoboMaker resource you are
tagging.
@return [String]

@!attribute [rw] tags

A map that contains tag keys and tag values that are attached to the
resource.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/TagResourceRequest AWS API Documentation

Constants

SENSITIVE