class Aws::DynamoDB::Types::UntagResourceInput

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

data as a hash:

    {
      resource_arn: "ResourceArnString", # required
      tag_keys: ["TagKeyString"], # required
    }

@!attribute [rw] resource_arn

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

@!attribute [rw] tag_keys

A list of tag keys. Existing tags of the resource whose keys are
members of this list will be removed from the DynamoDB resource.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/UntagResourceInput AWS API Documentation

Constants

SENSITIVE