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.
11908 11909 11910 |
# File 'sig/types.rbs', line 11908 def answer_id @answer_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
11907 11908 11909 |
# File 'sig/types.rbs', line 11907 def arn @arn end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
11909 11910 11911 |
# File 'sig/types.rbs', line 11909 def dataset_arn @dataset_arn end |
#mir ⇒ Types::TopicIR
Returns the value of attribute mir.
11911 11912 11913 |
# File 'sig/types.rbs', line 11911 def mir @mir end |
#primary_visual ⇒ Types::TopicVisual
Returns the value of attribute primary_visual.
11912 11913 11914 |
# File 'sig/types.rbs', line 11912 def primary_visual @primary_visual end |
#question ⇒ ::String
Returns the value of attribute question.
11910 11911 11912 |
# File 'sig/types.rbs', line 11910 def question @question end |
#template ⇒ Types::TopicTemplate
Returns the value of attribute template.
11913 11914 11915 |
# File 'sig/types.rbs', line 11913 def template @template end |