class Aws::DeviceFarm::Types::TagResourceRequest

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

data as a hash:

    {
      resource_arn: "DeviceFarmArn", # required
      tags: [ # required
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource or resources to which
to add tags. You can associate tags with the following Device Farm
resources: `PROJECT`, `RUN`, `NETWORK_PROFILE`, `INSTANCE_PROFILE`,
`DEVICE_INSTANCE`, `SESSION`, `DEVICE_POOL`, `DEVICE`, and
`VPCE_CONFIGURATION`.
@return [String]

@!attribute [rw] tags

The tags to add to the resource. A tag is an array of key-value
pairs. Tag keys can have a maximum character length of 128
characters. Tag values can have a maximum length of 256 characters.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/devicefarm-2015-06-23/TagResourceRequest AWS API Documentation

Constants

SENSITIVE