You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Backup::Types::UntagResourceInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UntagResourceInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

An ARN that uniquely identifies a resource. The format of the ARN depends on the type of the tagged resource.

Returns:

  • (String)

    An ARN that uniquely identifies a resource.

#tag_key_listArray<String>

A list of keys to identify which key-value tags to remove from a resource.

Returns:

  • (Array<String>)

    A list of keys to identify which key-value tags to remove from a resource.