Class: Aws::Kendra::Types::DeleteFaqRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DeleteFaqRequest
- 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 FAQ you want to remove.
-
#index_id ⇒ String
The identifier of the index for the FAQ.
Instance Attribute Details
#id ⇒ String
The identifier of the FAQ you want to remove.
3261 3262 3263 3264 3265 3266 |
# File 'lib/aws-sdk-kendra/types.rb', line 3261 class DeleteFaqRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index for the FAQ.
3261 3262 3263 3264 3265 3266 |
# File 'lib/aws-sdk-kendra/types.rb', line 3261 class DeleteFaqRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |