Class: Aws::Types::CreateTopicReviewedAnswer
- Inherits:
-
Object
- Object
- Aws::Types::CreateTopicReviewedAnswer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#answer_id ⇒ ::String
Returns the value of attribute answer_id.
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#mir ⇒ Types::TopicIR
Returns the value of attribute mir.
-
#primary_visual ⇒ Types::TopicVisual
Returns the value of attribute primary_visual.
-
#question ⇒ ::String
Returns the value of attribute question.
-
#template ⇒ Types::TopicTemplate
Returns the value of attribute template.
Instance Attribute Details
#answer_id ⇒ ::String
Returns the value of attribute answer_id.
2750 2751 2752 |
# File 'sig/types.rbs', line 2750 def answer_id @answer_id end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
2751 2752 2753 |
# File 'sig/types.rbs', line 2751 def dataset_arn @dataset_arn end |
#mir ⇒ Types::TopicIR
Returns the value of attribute mir.
2753 2754 2755 |
# File 'sig/types.rbs', line 2753 def mir @mir end |
#primary_visual ⇒ Types::TopicVisual
Returns the value of attribute primary_visual.
2754 2755 2756 |
# File 'sig/types.rbs', line 2754 def primary_visual @primary_visual end |
#question ⇒ ::String
Returns the value of attribute question.
2752 2753 2754 |
# File 'sig/types.rbs', line 2752 def question @question end |
#template ⇒ Types::TopicTemplate
Returns the value of attribute template.
2755 2756 2757 |
# File 'sig/types.rbs', line 2755 def template @template end |