class Aws::Panorama::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

The resource's ARN.
@return [String]

@!attribute [rw] tags

Tags for the resource.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/panorama-2019-07-24/TagResourceRequest AWS API Documentation

Constants

SENSITIVE