Class: Aws::Types::TopicReviewedAnswer
- Inherits:
-
Object
- Object
- Aws::Types::TopicReviewedAnswer
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#answer_id ⇒ ::String
Returns the value of attribute answer_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
11518 11519 11520 |
# File 'sig/types.rbs', line 11518 def answer_id @answer_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
11517 11518 11519 |
# File 'sig/types.rbs', line 11517 def arn @arn end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
11519 11520 11521 |
# File 'sig/types.rbs', line 11519 def dataset_arn @dataset_arn end |
#mir ⇒ Types::TopicIR
Returns the value of attribute mir.
11521 11522 11523 |
# File 'sig/types.rbs', line 11521 def mir @mir end |
#primary_visual ⇒ Types::TopicVisual
Returns the value of attribute primary_visual.
11522 11523 11524 |
# File 'sig/types.rbs', line 11522 def primary_visual @primary_visual end |
#question ⇒ ::String
Returns the value of attribute question.
11520 11521 11522 |
# File 'sig/types.rbs', line 11520 def question @question end |
#template ⇒ Types::TopicTemplate
Returns the value of attribute template.
11523 11524 11525 |
# File 'sig/types.rbs', line 11523 def template @template end |