Class: Aws::Athena::Types::UntagResourceInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

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

Returns:

  • (String)


4552
4553
4554
4555
4556
4557
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4552

class UntagResourceInput < Struct.new(
  :resource_arn,
  :tag_keys)
  SENSITIVE = []
  include Aws::Structure
end

#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>)


4552
4553
4554
4555
4556
4557
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4552

class UntagResourceInput < Struct.new(
  :resource_arn,
  :tag_keys)
  SENSITIVE = []
  include Aws::Structure
end