Class: Aws::QuickSight::Types::CreateTopicReviewedAnswer

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#answer_idString

The answer ID for the CreateTopicReviewedAnswer.

Returns:

  • (String)


7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7436

class CreateTopicReviewedAnswer < Struct.new(
  :answer_id,
  :dataset_arn,
  :question,
  :mir,
  :primary_visual,
  :template)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_arnString

The Dataset arn for the CreateTopicReviewedAnswer.

Returns:

  • (String)


7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7436

class CreateTopicReviewedAnswer < Struct.new(
  :answer_id,
  :dataset_arn,
  :question,
  :mir,
  :primary_visual,
  :template)
  SENSITIVE = []
  include Aws::Structure
end

#mirTypes::TopicIR

The Mir for the CreateTopicReviewedAnswer.

Returns:



7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7436

class CreateTopicReviewedAnswer < Struct.new(
  :answer_id,
  :dataset_arn,
  :question,
  :mir,
  :primary_visual,
  :template)
  SENSITIVE = []
  include Aws::Structure
end

#primary_visualTypes::TopicVisual

The PrimaryVisual for the CreateTopicReviewedAnswer.

Returns:



7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7436

class CreateTopicReviewedAnswer < Struct.new(
  :answer_id,
  :dataset_arn,
  :question,
  :mir,
  :primary_visual,
  :template)
  SENSITIVE = []
  include Aws::Structure
end

#questionString

The Question to be created.

Returns:

  • (String)


7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7436

class CreateTopicReviewedAnswer < Struct.new(
  :answer_id,
  :dataset_arn,
  :question,
  :mir,
  :primary_visual,
  :template)
  SENSITIVE = []
  include Aws::Structure
end

#templateTypes::TopicTemplate

The template for the CreateTopicReviewedAnswer.



7436
7437
7438
7439
7440
7441
7442
7443
7444
7445
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7436

class CreateTopicReviewedAnswer < Struct.new(
  :answer_id,
  :dataset_arn,
  :question,
  :mir,
  :primary_visual,
  :template)
  SENSITIVE = []
  include Aws::Structure
end