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]
3137 |
# File 'sig/client.rbs', line 3137
def answers: () -> ::Array[Types::TopicReviewedAnswer]
|
#request_id ⇒ ::String
3139 |
# File 'sig/client.rbs', line 3139
def request_id: () -> ::String
|
#status ⇒ ::Integer
3138 |
# File 'sig/client.rbs', line 3138
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
3136 |
# File 'sig/client.rbs', line 3136
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
3135 |
# File 'sig/client.rbs', line 3135
def topic_id: () -> ::String
|