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]
3181 |
# File 'sig/client.rbs', line 3181
def answers: () -> ::Array[Types::TopicReviewedAnswer]
|
#request_id ⇒ ::String
3183 |
# File 'sig/client.rbs', line 3183
def request_id: () -> ::String
|
#status ⇒ ::Integer
3182 |
# File 'sig/client.rbs', line 3182
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
3180 |
# File 'sig/client.rbs', line 3180
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
3179 |
# File 'sig/client.rbs', line 3179
def topic_id: () -> ::String
|