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

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 Athena resource to which tags are to be added.

Returns:

  • (String)


4657
4658
4659
4660
4661
4662
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4657

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:



4657
4658
4659
4660
4661
4662
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4657

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