Class: Aws::Types::BatchCreateTopicReviewedAnswerResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchCreateTopicReviewedAnswerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invalid_answers ⇒ ::Array[Types::InvalidTopicReviewedAnswer]
Returns the value of attribute invalid_answers.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#succeeded_answers ⇒ ::Array[Types::SucceededTopicReviewedAnswer]
Returns the value of attribute succeeded_answers.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
-
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
Instance Attribute Details
#invalid_answers ⇒ ::Array[Types::InvalidTopicReviewedAnswer]
Returns the value of attribute invalid_answers.
998 999 1000 |
# File 'sig/types.rbs', line 998 def invalid_answers @invalid_answers end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
999 1000 1001 |
# File 'sig/types.rbs', line 999 def status @status end |
#succeeded_answers ⇒ ::Array[Types::SucceededTopicReviewedAnswer]
Returns the value of attribute succeeded_answers.
997 998 999 |
# File 'sig/types.rbs', line 997 def succeeded_answers @succeeded_answers end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
996 997 998 |
# File 'sig/types.rbs', line 996 def topic_arn @topic_arn end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
995 996 997 |
# File 'sig/types.rbs', line 995 def topic_id @topic_id end |