class Aws::Braket::Types::TagResourceRequest

@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

Specify the `resourceArn` of the resource to which a tag will be
added.
@return [String]

@!attribute [rw] tags

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

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

Constants

SENSITIVE