class Aws::IoTDeviceAdvisor::Types::TagResourceRequest

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

data as a hash:

    {
      resource_arn: "AmazonResourceName", # required
      tags: { # required
        "String128" => "String256",
      },
    }

@!attribute [rw] resource_arn

The resource ARN of an IoT Device Advisor resource.
@return [String]

@!attribute [rw] tags

The tags to be attached to the IoT Device Advisor resource.
@return [Hash<String,String>]

Constants

SENSITIVE