Class: Aws::QuickSight::Types::QAResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::QAResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The QA result that is made from the ‘DashboardVisual` or `GeneratedAnswer`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dashboard_visual ⇒ Types::DashboardVisualResult
The representation of a dashboard visual result.
-
#generated_answer ⇒ Types::GeneratedAnswerResult
The representation of a generated answer result.
-
#result_type ⇒ String
The type of QA result.
Instance Attribute Details
#dashboard_visual ⇒ Types::DashboardVisualResult
The representation of a dashboard visual result.
26558 26559 26560 26561 26562 26563 26564 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26558 class QAResult < Struct.new( :result_type, :dashboard_visual, :generated_answer) SENSITIVE = [] include Aws::Structure end |
#generated_answer ⇒ Types::GeneratedAnswerResult
The representation of a generated answer result.
26558 26559 26560 26561 26562 26563 26564 |
# File 'lib/aws-sdk-quicksight/types.rb', line 26558 class QAResult < Struct.new( :result_type, :dashboard_visual, :generated_answer) SENSITIVE = [] include Aws::Structure end |