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)


4380
4381
4382
4383
4384
4385
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4380

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:



4380
4381
4382
4383
4384
4385
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4380

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