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.
8242 8243 8244 |
# File 'sig/types.rbs', line 8242 def answers @answers end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
8244 8245 8246 |
# File 'sig/types.rbs', line 8244 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
8243 8244 8245 |
# File 'sig/types.rbs', line 8243 def status @status end |
#topic_arn ⇒ ::String
Returns the value of attribute topic_arn.
8241 8242 8243 |
# File 'sig/types.rbs', line 8241 def topic_arn @topic_arn end |
#topic_id ⇒ ::String
Returns the value of attribute topic_id.
8240 8241 8242 |
# File 'sig/types.rbs', line 8240 def topic_id @topic_id end |