Module: Aws::QuickSight::Client::_ListTopicReviewedAnswersResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListTopicReviewedAnswersResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #answers ⇒ ::Array[Types::TopicReviewedAnswer]
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #topic_arn ⇒ ::String
- #topic_id ⇒ ::String
Instance Method Details
#answers ⇒ ::Array[Types::TopicReviewedAnswer]
3251 |
# File 'sig/client.rbs', line 3251
def answers: () -> ::Array[Types::TopicReviewedAnswer]
|
#request_id ⇒ ::String
3253 |
# File 'sig/client.rbs', line 3253
def request_id: () -> ::String
|
#status ⇒ ::Integer
3252 |
# File 'sig/client.rbs', line 3252
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
3250 |
# File 'sig/client.rbs', line 3250
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
3249 |
# File 'sig/client.rbs', line 3249
def topic_id: () -> ::String
|