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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

The definition for a CreateTopicReviewedAnswer.

Constant Summary collapse

SENSITIVE =
[:question]

Instance Attribute Summary collapse

Instance Attribute Details

#answer_idString

The answer ID for the CreateTopicReviewedAnswer.

Returns:

  • (String)


11158
11159
11160
11161
11162
11163
11164
11165
11166
11167
# File 'lib/aws-sdk-quicksight/types.rb', line 11158

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

#dataset_arnString

The Dataset arn for the CreateTopicReviewedAnswer.

Returns:

  • (String)


11158
11159
11160
11161
11162
11163
11164
11165
11166
11167
# File 'lib/aws-sdk-quicksight/types.rb', line 11158

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

#mirTypes::TopicIR

The Mir for the CreateTopicReviewedAnswer.

Returns:



11158
11159
11160
11161
11162
11163
11164
11165
11166
11167
# File 'lib/aws-sdk-quicksight/types.rb', line 11158

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

#primary_visualTypes::TopicVisual

The PrimaryVisual for the CreateTopicReviewedAnswer.

Returns:



11158
11159
11160
11161
11162
11163
11164
11165
11166
11167
# File 'lib/aws-sdk-quicksight/types.rb', line 11158

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

#questionString

The Question to be created.

Returns:

  • (String)


11158
11159
11160
11161
11162
11163
11164
11165
11166
11167
# File 'lib/aws-sdk-quicksight/types.rb', line 11158

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

#templateTypes::TopicTemplate

The template for the CreateTopicReviewedAnswer.



11158
11159
11160
11161
11162
11163
11164
11165
11166
11167
# File 'lib/aws-sdk-quicksight/types.rb', line 11158

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