Class: Aws::Kendra::Types::DescribeFaqRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DescribeFaqRequest
- 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 get information on.
-
#index_id ⇒ String
The identifier of the index for the FAQ.
Instance Attribute Details
#id ⇒ String
The identifier of the FAQ you want to get information on.
3657 3658 3659 3660 3661 3662 |
# File 'lib/aws-sdk-kendra/types.rb', line 3657 class DescribeFaqRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index for the FAQ.
3657 3658 3659 3660 3661 3662 |
# File 'lib/aws-sdk-kendra/types.rb', line 3657 class DescribeFaqRequest < Struct.new( :id, :index_id) SENSITIVE = [] include Aws::Structure end |