class Aws::EMRContainers::Types::TagResourceRequest

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

data as a hash:

    {
      resource_arn: "RsiArn", # required
      tags: { # required
        "String128" => "StringEmpty256",
      },
    }

@!attribute [rw] resource_arn

The ARN of resources.
@return [String]

@!attribute [rw] tags

The tags assigned to resources.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/emr-containers-2020-10-01/TagResourceRequest AWS API Documentation

Constants

SENSITIVE