Class: Aws::Kendra::Types::CreateQuerySuggestionsBlockListResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::CreateQuerySuggestionsBlockListResponse
- Defined in:
- gems/aws-sdk-kendra/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.
2296 2297 2298 2299 2300 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2296 class CreateQuerySuggestionsBlockListResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |