Class: Aws::Kendra::Types::CreateFaqResponse

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.

Returns:

  • (String)


2238
2239
2240
2241
2242
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 2238

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