class Aws::Glue::Types::UntagResourceRequest

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

data as a hash:

    {
      resource_arn: "GlueResourceArn", # required
      tags_to_remove: ["TagKey"], # required
    }

@!attribute [rw] resource_arn

The Amazon Resource Name (ARN) of the resource from which to remove
the tags.
@return [String]

@!attribute [rw] tags_to_remove

Tags to remove from this resource.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UntagResourceRequest AWS API Documentation

Constants

SENSITIVE