class Aws::Batch::Types::UntagResourceRequest

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

data as a hash:

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

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource from which to delete
tags. Batch resources that support tags are compute environments,
jobs, job definitions, and job queues. ARNs for child jobs of array
and multi-node parallel (MNP) jobs are not supported.
@return [String]

@!attribute [rw] tag_keys

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

@see docs.aws.amazon.com/goto/WebAPI/batch-2016-08-10/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE