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.
6058 6059 6060 |
# File 'sig/types.rbs', line 6058 def answer_id @answer_id end |
#answer_status ⇒ "ANSWER_GENERATED", ...
Returns the value of attribute answer_status.
6053 6054 6055 |
# File 'sig/types.rbs', line 6053 def answer_status @answer_status end |
#question_id ⇒ ::String
Returns the value of attribute question_id.
6057 6058 6059 |
# File 'sig/types.rbs', line 6057 def question_id @question_id end |
#question_text ⇒ ::String
Returns the value of attribute question_text.
6052 6053 6054 |
# File 'sig/types.rbs', line 6052 def question_text @question_text end |
#question_url ⇒ ::String
Returns the value of attribute question_url.
6059 6060 6061 |
# File 'sig/types.rbs', line 6059 def question_url @question_url end |
#restatement ⇒ ::String
Returns the value of attribute restatement.
6056 6057 6058 |
# File 'sig/types.rbs', line 6056 def restatement @restatement end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
6054 6055 6056 |
# File 'sig/types.rbs', line 6054 def topic_id @topic_id end |
#topic_name ⇒ ::String
Returns the value of attribute topic_name.
6055 6056 6057 |
# File 'sig/types.rbs', line 6055 def topic_name @topic_name end |