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

Class: Aws::Athena::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: "AmazonResourceName", # required
  tag_keys: ["TagKey"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

Specifies the ARN of the resource from which tags are to be removed.

Returns:

  • (String)

    Specifies the ARN of the resource from which tags are to be removed.

#tag_keysArray<String>

A comma-separated list of one or more tag keys whose tags are to be removed from the specified resource.

Returns:

  • (Array<String>)

    A comma-separated list of one or more tag keys whose tags are to be removed from the specified resource.