Class: Aws::QuickSight::Types::CreateTopicReviewedAnswer
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::CreateTopicReviewedAnswer
 
 
- Defined in:
 - gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
 
Overview
The definition for a CreateTopicReviewedAnswer.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #answer_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The answer ID for the
CreateTopicReviewedAnswer. - 
  
    
      #dataset_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Dataset arn for the
CreateTopicReviewedAnswer. - 
  
    
      #mir  ⇒ Types::TopicIR 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Mir for the
CreateTopicReviewedAnswer. - 
  
    
      #primary_visual  ⇒ Types::TopicVisual 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The
PrimaryVisualfor theCreateTopicReviewedAnswer. - 
  
    
      #question  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Question to be created.
 - 
  
    
      #template  ⇒ Types::TopicTemplate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The template for the
CreateTopicReviewedAnswer. 
Instance Attribute Details
#answer_id ⇒ String
The answer ID for the CreateTopicReviewedAnswer.
      8113 8114 8115 8116 8117 8118 8119 8120 8121 8122  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8113 class CreateTopicReviewedAnswer < Struct.new( :answer_id, :dataset_arn, :question, :mir, :primary_visual, :template) SENSITIVE = [] include Aws::Structure end  | 
  
#dataset_arn ⇒ String
The Dataset arn for the CreateTopicReviewedAnswer.
      8113 8114 8115 8116 8117 8118 8119 8120 8121 8122  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8113 class CreateTopicReviewedAnswer < Struct.new( :answer_id, :dataset_arn, :question, :mir, :primary_visual, :template) SENSITIVE = [] include Aws::Structure end  | 
  
#mir ⇒ Types::TopicIR
The Mir for the CreateTopicReviewedAnswer.
      8113 8114 8115 8116 8117 8118 8119 8120 8121 8122  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8113 class CreateTopicReviewedAnswer < Struct.new( :answer_id, :dataset_arn, :question, :mir, :primary_visual, :template) SENSITIVE = [] include Aws::Structure end  | 
  
#primary_visual ⇒ Types::TopicVisual
The PrimaryVisual for the CreateTopicReviewedAnswer.
      8113 8114 8115 8116 8117 8118 8119 8120 8121 8122  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8113 class CreateTopicReviewedAnswer < Struct.new( :answer_id, :dataset_arn, :question, :mir, :primary_visual, :template) SENSITIVE = [] include Aws::Structure end  | 
  
#question ⇒ String
The Question to be created.
      8113 8114 8115 8116 8117 8118 8119 8120 8121 8122  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8113 class CreateTopicReviewedAnswer < Struct.new( :answer_id, :dataset_arn, :question, :mir, :primary_visual, :template) SENSITIVE = [] include Aws::Structure end  | 
  
#template ⇒ Types::TopicTemplate
The template for the CreateTopicReviewedAnswer.
      8113 8114 8115 8116 8117 8118 8119 8120 8121 8122  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8113 class CreateTopicReviewedAnswer < Struct.new( :answer_id, :dataset_arn, :question, :mir, :primary_visual, :template) SENSITIVE = [] include Aws::Structure end  |