Class: Aws::Kendra::Types::TagResourceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#resource_arnString

The Amazon Resource Name (ARN) of the index, FAQ, or data source to tag.

Returns:

  • (String)


10274
10275
10276
10277
10278
10279
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10274

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

#tagsArray<Types::Tag>

A list of tag keys to add to the index, FAQ, or data source. If a tag already exists, the existing value is replaced with the new value.

Returns:



10274
10275
10276
10277
10278
10279
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10274

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