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.
2566 2567 2568 2569 2570 |
# File 'lib/aws-sdk-kendra/types.rb', line 2566 class CreateQuerySuggestionsBlockListResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |