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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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_id ⇒ String

The answer ID of the reviewed answer.

Returns:

  • (String)


47318
47319
47320
47321
47322
47323
47324
47325
47326
47327
47328
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47318

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

#arn ⇒ String

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

Returns:

  • (String)


47318
47319
47320
47321
47322
47323
47324
47325
47326
47327
47328
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47318

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

#dataset_arn ⇒ String

The Dataset ARN for the TopicReviewedAnswer.

Returns:

  • (String)


47318
47319
47320
47321
47322
47323
47324
47325
47326
47327
47328
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47318

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

#mir ⇒ Types::TopicIR

The mir for the TopicReviewedAnswer.

Returns:



47318
47319
47320
47321
47322
47323
47324
47325
47326
47327
47328
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47318

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

#primary_visual ⇒ Types::TopicVisual

The primary visual for the TopicReviewedAnswer.

Returns:



47318
47319
47320
47321
47322
47323
47324
47325
47326
47327
47328
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47318

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

#question ⇒ String

The question for the TopicReviewedAnswer.

Returns:

  • (String)


47318
47319
47320
47321
47322
47323
47324
47325
47326
47327
47328
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47318

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

#template ⇒ Types::TopicTemplate

The template for the TopicReviewedAnswer.



47318
47319
47320
47321
47322
47323
47324
47325
47326
47327
47328
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 47318

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