class Aws::QLDB::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) to which you want to add the tags.
For example:

`arn:aws:qldb:us-east-1:123456789012:ledger/exampleLedger`
@return [String]

@!attribute [rw] tags

The key-value pairs to add as tags to the specified QLDB resource.
Tag keys are case sensitive. If you specify a key that already
exists for the resource, your request fails and returns an error.
Tag values are case sensitive and can be null.
@return [Hash<String,String>]

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

Constants

SENSITIVE