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.
2619 2620 2621 |
# File 'sig/types.rbs', line 2619 def answer_id @answer_id end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
2620 2621 2622 |
# File 'sig/types.rbs', line 2620 def dataset_arn @dataset_arn end |
#mir ⇒ Types::TopicIR
Returns the value of attribute mir.
2622 2623 2624 |
# File 'sig/types.rbs', line 2622 def mir @mir end |
#primary_visual ⇒ Types::TopicVisual
Returns the value of attribute primary_visual.
2623 2624 2625 |
# File 'sig/types.rbs', line 2623 def primary_visual @primary_visual end |
#question ⇒ ::String
Returns the value of attribute question.
2621 2622 2623 |
# File 'sig/types.rbs', line 2621 def question @question end |
#template ⇒ Types::TopicTemplate
Returns the value of attribute template.
2624 2625 2626 |
# File 'sig/types.rbs', line 2624 def template @template end |