Class: Aws::Types::GeneratedAnswerResult
- Inherits:
-
Object
- Object
- Aws::Types::GeneratedAnswerResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#answer_id ⇒ ::String
Returns the value of attribute answer_id.
-
#answer_status ⇒ "ANSWER_GENERATED", ...
Returns the value of attribute answer_status.
-
#question_id ⇒ ::String
Returns the value of attribute question_id.
-
#question_text ⇒ ::String
Returns the value of attribute question_text.
-
#question_url ⇒ ::String
Returns the value of attribute question_url.
-
#restatement ⇒ ::String
Returns the value of attribute restatement.
-
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
-
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
Instance Attribute Details
#answer_id ⇒ ::String
Returns the value of attribute answer_id.
6324 6325 6326 |
# File 'sig/types.rbs', line 6324 def answer_id @answer_id end |
#answer_status ⇒ "ANSWER_GENERATED", ...
Returns the value of attribute answer_status.
6319 6320 6321 |
# File 'sig/types.rbs', line 6319 def answer_status @answer_status end |
#question_id ⇒ ::String
Returns the value of attribute question_id.
6323 6324 6325 |
# File 'sig/types.rbs', line 6323 def question_id @question_id end |
#question_text ⇒ ::String
Returns the value of attribute question_text.
6318 6319 6320 |
# File 'sig/types.rbs', line 6318 def question_text @question_text end |
#question_url ⇒ ::String
Returns the value of attribute question_url.
6325 6326 6327 |
# File 'sig/types.rbs', line 6325 def question_url @question_url end |
#restatement ⇒ ::String
Returns the value of attribute restatement.
6322 6323 6324 |
# File 'sig/types.rbs', line 6322 def restatement @restatement end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
6320 6321 6322 |
# File 'sig/types.rbs', line 6320 def topic_id @topic_id end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
6321 6322 6323 |
# File 'sig/types.rbs', line 6321 def topic_name @topic_name end |