Class: Aws::QuickSight::Types::TopicReviewedAnswer
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::TopicReviewedAnswer
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
The deinition for a ‘TopicReviewedAnswer`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#answer_id ⇒ String
The answer ID of the reviewed answer.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the reviewed answer.
-
#dataset_arn ⇒ String
The Dataset ARN for the ‘TopicReviewedAnswer`.
-
#mir ⇒ Types::TopicIR
The mir for the ‘TopicReviewedAnswer`.
-
#primary_visual ⇒ Types::TopicVisual
The primary visual for the ‘TopicReviewedAnswer`.
-
#question ⇒ String
The question for the ‘TopicReviewedAnswer`.
-
#template ⇒ Types::TopicTemplate
The template for the ‘TopicReviewedAnswer`.
Instance Attribute Details
#answer_id ⇒ String
The answer ID of the reviewed answer.
31256 31257 31258 31259 31260 31261 31262 31263 31264 31265 31266 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31256 class TopicReviewedAnswer < Struct.new( :arn, :answer_id, :dataset_arn, :question, :mir, :primary_visual, :template) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the reviewed answer.
31256 31257 31258 31259 31260 31261 31262 31263 31264 31265 31266 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31256 class TopicReviewedAnswer < Struct.new( :arn, :answer_id, :dataset_arn, :question, :mir, :primary_visual, :template) SENSITIVE = [] include Aws::Structure end |
#dataset_arn ⇒ String
The Dataset ARN for the ‘TopicReviewedAnswer`.
31256 31257 31258 31259 31260 31261 31262 31263 31264 31265 31266 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31256 class TopicReviewedAnswer < Struct.new( :arn, :answer_id, :dataset_arn, :question, :mir, :primary_visual, :template) SENSITIVE = [] include Aws::Structure end |
#mir ⇒ Types::TopicIR
The mir for the ‘TopicReviewedAnswer`.
31256 31257 31258 31259 31260 31261 31262 31263 31264 31265 31266 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31256 class TopicReviewedAnswer < Struct.new( :arn, :answer_id, :dataset_arn, :question, :mir, :primary_visual, :template) SENSITIVE = [] include Aws::Structure end |
#primary_visual ⇒ Types::TopicVisual
The primary visual for the ‘TopicReviewedAnswer`.
31256 31257 31258 31259 31260 31261 31262 31263 31264 31265 31266 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31256 class TopicReviewedAnswer < Struct.new( :arn, :answer_id, :dataset_arn, :question, :mir, :primary_visual, :template) SENSITIVE = [] include Aws::Structure end |
#question ⇒ String
The question for the ‘TopicReviewedAnswer`.
31256 31257 31258 31259 31260 31261 31262 31263 31264 31265 31266 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31256 class TopicReviewedAnswer < Struct.new( :arn, :answer_id, :dataset_arn, :question, :mir, :primary_visual, :template) SENSITIVE = [] include Aws::Structure end |
#template ⇒ Types::TopicTemplate
The template for the ‘TopicReviewedAnswer`.
31256 31257 31258 31259 31260 31261 31262 31263 31264 31265 31266 |
# File 'lib/aws-sdk-quicksight/types.rb', line 31256 class TopicReviewedAnswer < Struct.new( :arn, :answer_id, :dataset_arn, :question, :mir, :primary_visual, :template) SENSITIVE = [] include Aws::Structure end |