Class: Aws::Athena::Types::TagResourceInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 Athena resource to which tags are to be added.

Returns:

  • (String)


4274
4275
4276
4277
4278
4279
# File 'lib/aws-sdk-athena/types.rb', line 4274

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

#tagsArray<Types::Tag>

A collection of one or more tags, separated by commas, to be added to an Athena resource.

Returns:



4274
4275
4276
4277
4278
4279
# File 'lib/aws-sdk-athena/types.rb', line 4274

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