class Aws::ManagedBlockchain::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource. For more information
about ARNs and their format, see [Amazon Resource Names (ARNs)][1]
in the *AWS General Reference*.

[1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
@return [String]

@!attribute [rw] tags

The tags to assign to the specified resource. Tag values can be
empty, for example, `"MyTagKey" : ""`. You can specify multiple
key-value pairs in a single request, with an overall maximum of 50
tags added to each resource.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/TagResourceRequest AWS API Documentation

Constants

SENSITIVE