Class: Aws::Kendra::Types::ListTagsForResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ListTagsForResourceResponse
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tags ⇒ Array<Types::Tag>
A list of tags associated with the index, FAQ, or data source.
Instance Attribute Details
#tags ⇒ Array<Types::Tag>
A list of tags associated with the index, FAQ, or data source.
9364 9365 9366 9367 9368 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 9364 class ListTagsForResourceResponse < Struct.new( :tags) SENSITIVE = [] include Aws::Structure end |