class Aws::Backup::Types::UntagResourceInput

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

data as a hash:

    {
      resource_arn: "ARN", # required
      tag_key_list: ["string"], # required
    }

@!attribute [rw] resource_arn

An ARN that uniquely identifies a resource. The format of the ARN
depends on the type of the tagged resource.
@return [String]

@!attribute [rw] tag_key_list

A list of keys to identify which key-value tags to remove from a
resource.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/backup-2018-11-15/UntagResourceInput AWS API Documentation

Constants

SENSITIVE