class Aws::DeviceFarm::Types::UntagResourceRequest

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

data as a hash:

    {
      resource_arn: "DeviceFarmArn", # required
      tag_keys: ["TagKey"], # required
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource or resources from
which to delete 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] tag_keys

The keys of the tags to be removed.
@return [Array<String>]

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

Constants

SENSITIVE