Class: Aws::KendraRanking::Types::ListTagsForResourceResponse

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

Overview

If the action is successful, the service sends back an HTTP 200 response.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsArray<Types::Tag>

A list of tags associated with the rescore execution plan.

Returns:



358
359
360
361
362
# File 'gems/aws-sdk-kendraranking/lib/aws-sdk-kendraranking/types.rb', line 358

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