class Aws::IVS::Types::TagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

ARN of the resource for which tags are to be added or updated.
@return [String]

@!attribute [rw] tags

Array of tags to be added or updated.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/ivs-2020-07-14/TagResourceRequest AWS API Documentation

Constants

SENSITIVE