Class: Aws::Types::BatchDeleteTopicReviewedAnswerResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteTopicReviewedAnswerResponse
- 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.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def invalid_answers @invalid_answers end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def status @status end |
#succeeded_answers ⇒ ::Array[Types::SucceededTopicReviewedAnswer]
Returns the value of attribute succeeded_answers.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def succeeded_answers @succeeded_answers end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def topic_arn @topic_arn end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def topic_id @topic_id end |