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.
32580 32581 32582 32583 32584 32585 32586 32587 32588 32589 32590 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32580 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.
32580 32581 32582 32583 32584 32585 32586 32587 32588 32589 32590 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32580 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`.
32580 32581 32582 32583 32584 32585 32586 32587 32588 32589 32590 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32580 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`.
32580 32581 32582 32583 32584 32585 32586 32587 32588 32589 32590 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32580 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`.
32580 32581 32582 32583 32584 32585 32586 32587 32588 32589 32590 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32580 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`.
32580 32581 32582 32583 32584 32585 32586 32587 32588 32589 32590 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32580 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`.
32580 32581 32582 32583 32584 32585 32586 32587 32588 32589 32590 |
# File 'lib/aws-sdk-quicksight/types.rb', line 32580 class TopicReviewedAnswer < Struct.new( :arn, :answer_id, :dataset_arn, :question, :mir, :primary_visual, :template) SENSITIVE = [] include Aws::Structure end |