Class: Aws::Kendra::Types::CreateQuerySuggestionsBlockListResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::CreateQuerySuggestionsBlockListResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the block list.
Instance Attribute Details
#id ⇒ String
The identifier of the block list.
2533 2534 2535 2536 2537 |
# File 'lib/aws-sdk-kendra/types.rb', line 2533 class CreateQuerySuggestionsBlockListResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |