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.
| 34070 34071 34072 34073 34074 34075 34076 34077 34078 34079 34080 | # File 'lib/aws-sdk-quicksight/types.rb', line 34070 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.
| 34070 34071 34072 34073 34074 34075 34076 34077 34078 34079 34080 | # File 'lib/aws-sdk-quicksight/types.rb', line 34070 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`.
| 34070 34071 34072 34073 34074 34075 34076 34077 34078 34079 34080 | # File 'lib/aws-sdk-quicksight/types.rb', line 34070 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`.
| 34070 34071 34072 34073 34074 34075 34076 34077 34078 34079 34080 | # File 'lib/aws-sdk-quicksight/types.rb', line 34070 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`.
| 34070 34071 34072 34073 34074 34075 34076 34077 34078 34079 34080 | # File 'lib/aws-sdk-quicksight/types.rb', line 34070 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`.
| 34070 34071 34072 34073 34074 34075 34076 34077 34078 34079 34080 | # File 'lib/aws-sdk-quicksight/types.rb', line 34070 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`.
| 34070 34071 34072 34073 34074 34075 34076 34077 34078 34079 34080 | # File 'lib/aws-sdk-quicksight/types.rb', line 34070 class TopicReviewedAnswer < Struct.new( :arn, :answer_id, :dataset_arn, :question, :mir, :primary_visual, :template) SENSITIVE = [] include Aws::Structure end |