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

Class: Aws::DynamoDB::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: "ResourceArnString", # required
  tag_keys: ["TagKeyString"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The DynamoDB resource that the tags will be removed from. This value is an Amazon Resource Name (ARN).

Returns:

  • (String)

    The DynamoDB resource that the tags will be removed from.

#tag_keysArray<String>

A list of tag keys. Existing tags of the resource whose keys are members of this list will be removed from the DynamoDB resource.

Returns:

  • (Array<String>)

    A list of tag keys.