class Aws::SnowDeviceManagement::Types::TagResourceInput

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

data as a hash:

    {
      resource_arn: "String", # required
      tags: { # required
        "String" => "String",
      },
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the device or task.
@return [String]

@!attribute [rw] tags

Optional metadata that you assign to a resource. You can use tags to
categorize a resource in different ways, such as by purpose, owner,
or environment.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/snow-device-management-2021-08-04/TagResourceInput AWS API Documentation

Constants

SENSITIVE