Class: Aws::Types::ListTopicReviewedAnswersResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTopicReviewedAnswersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#answers ⇒ ::Array[Types::TopicReviewedAnswer]
Returns the value of attribute answers.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
-
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
-
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
Instance Attribute Details
#answers ⇒ ::Array[Types::TopicReviewedAnswer]
Returns the value of attribute answers.
7903 7904 7905 |
# File 'sig/types.rbs', line 7903 def answers @answers end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
7905 7906 7907 |
# File 'sig/types.rbs', line 7905 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
7904 7905 7906 |
# File 'sig/types.rbs', line 7904 def status @status end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
7902 7903 7904 |
# File 'sig/types.rbs', line 7902 def topic_arn @topic_arn end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
7901 7902 7903 |
# File 'sig/types.rbs', line 7901 def topic_id @topic_id end |