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

Class: Aws::Redshift::Types::DeleteTagsMessage

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

Overview

Note:

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

{
  resource_name: "String", # required
  tag_keys: ["String"], # required
}

Contains the output from the DeleteTags action.

Instance Attribute Summary collapse

Instance Attribute Details

#resource_nameString

The Amazon Resource Name (ARN) from which you want to remove the tag or tags. For example, arn:aws:redshift:us-east-2:123456789:cluster:t1.

Returns:

  • (String)

    The Amazon Resource Name (ARN) from which you want to remove the tag or tags.

#tag_keysArray<String>

The tag key that you want to delete.

Returns:

  • (Array<String>)

    The tag key that you want to delete.