Class: Aws::Kendra::Types::CreateQuerySuggestionsBlockListResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the block list.

Returns:

  • (String)


2533
2534
2535
2536
2537
# File 'lib/aws-sdk-kendra/types.rb', line 2533

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