Class: Aws::Kendra::Types::CreateFaqResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::CreateFaqResponse
- 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.
Instance Attribute Details
#id ⇒ String
The identifier of the FAQ.
2238 2239 2240 2241 2242 |
# File 'lib/aws-sdk-kendra/types.rb', line 2238 class CreateFaqResponse < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |