Class: Aws::Kendra::Types::DescribeFaqRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DescribeFaqRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Note:
When making an API call, you may pass DescribeFaqRequest data as a hash:
{
id: "FaqId", # required
index_id: "IndexId", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The unique identifier of the FAQ.
-
#index_id ⇒ String
The identifier of the index that contains the FAQ.
Instance Attribute Details
#id ⇒ String
The unique identifier of the FAQ.
2917 2918 2919 2920 2921 2922 |
# File 'lib/aws-sdk-kendra/types.rb', line 2917 class DescribeFaqRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index that contains the FAQ.
2917 2918 2919 2920 2921 2922 |
# File 'lib/aws-sdk-kendra/types.rb', line 2917 class DescribeFaqRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |