Class: Aws::QuickSight::Types::TopicReviewedAnswer

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

Overview

The deinition for a TopicReviewedAnswer.

Constant Summary collapse

SENSITIVE =
[:question]

Instance Attribute Summary collapse

Instance Attribute Details

#answer_idString

The answer ID of the reviewed answer.

Returns:

  • (String)


46752
46753
46754
46755
46756
46757
46758
46759
46760
46761
46762
# File 'lib/aws-sdk-quicksight/types.rb', line 46752

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

#arnString

The Amazon Resource Name (ARN) of the reviewed answer.

Returns:

  • (String)


46752
46753
46754
46755
46756
46757
46758
46759
46760
46761
46762
# File 'lib/aws-sdk-quicksight/types.rb', line 46752

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

#dataset_arnString

The Dataset ARN for the TopicReviewedAnswer.

Returns:

  • (String)


46752
46753
46754
46755
46756
46757
46758
46759
46760
46761
46762
# File 'lib/aws-sdk-quicksight/types.rb', line 46752

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

#mirTypes::TopicIR

The mir for the TopicReviewedAnswer.

Returns:



46752
46753
46754
46755
46756
46757
46758
46759
46760
46761
46762
# File 'lib/aws-sdk-quicksight/types.rb', line 46752

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

#primary_visualTypes::TopicVisual

The primary visual for the TopicReviewedAnswer.

Returns:



46752
46753
46754
46755
46756
46757
46758
46759
46760
46761
46762
# File 'lib/aws-sdk-quicksight/types.rb', line 46752

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

#questionString

The question for the TopicReviewedAnswer.

Returns:

  • (String)


46752
46753
46754
46755
46756
46757
46758
46759
46760
46761
46762
# File 'lib/aws-sdk-quicksight/types.rb', line 46752

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

#templateTypes::TopicTemplate

The template for the TopicReviewedAnswer.



46752
46753
46754
46755
46756
46757
46758
46759
46760
46761
46762
# File 'lib/aws-sdk-quicksight/types.rb', line 46752

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