Class: Aws::Kendra::Types::DescribeFaqRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the FAQ you want to get information on.

Returns:

  • (String)


3657
3658
3659
3660
3661
3662
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3657

class DescribeFaqRequest < Struct.new(
  :id,
  :index_id)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

The identifier of the index for the FAQ.

Returns:

  • (String)


3657
3658
3659
3660
3661
3662
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 3657

class DescribeFaqRequest < Struct.new(
  :id,
  :index_id)
  SENSITIVE = []
  include Aws::Structure
end