Module: Aws::QuickSight::Client::_ListTopicRefreshSchedulesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListTopicRefreshSchedulesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #refresh_schedules ⇒ ::Array[Types::TopicRefreshScheduleSummary]
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #topic_arn ⇒ ::String
- #topic_id ⇒ ::String
Instance Method Details
#refresh_schedules ⇒ ::Array[Types::TopicRefreshScheduleSummary]
3472 |
# File 'sig/client.rbs', line 3472
def refresh_schedules: () -> ::Array[Types::TopicRefreshScheduleSummary]
|
#request_id ⇒ ::String
3474 |
# File 'sig/client.rbs', line 3474
def request_id: () -> ::String
|
#status ⇒ ::Integer
3473 |
# File 'sig/client.rbs', line 3473
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
3471 |
# File 'sig/client.rbs', line 3471
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
3470 |
# File 'sig/client.rbs', line 3470
def topic_id: () -> ::String
|