Class: Aws::Kendra::Types::ListTagsForResourceResponse

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

#tagsArray<Types::Tag>

A list of tags associated with the index, FAQ, or data source.

Returns:



7411
7412
7413
7414
7415
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7411

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