class Aws::Redshift::Types::DeleteTagsMessage

Contains the output from the `DeleteTags` action.

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

data as a hash:

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

@!attribute [rw] resource_name

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`.
@return [String]

@!attribute [rw] tag_keys

The tag key that you want to delete.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/redshift-2012-12-01/DeleteTagsMessage AWS API Documentation

Constants

SENSITIVE