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]
3236 |
# File 'sig/client.rbs', line 3236
def refresh_schedules: () -> ::Array[Types::TopicRefreshScheduleSummary]
|
#request_id ⇒ ::String
3238 |
# File 'sig/client.rbs', line 3238
def request_id: () -> ::String
|
#status ⇒ ::Integer
3237 |
# File 'sig/client.rbs', line 3237
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
3235 |
# File 'sig/client.rbs', line 3235
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
3234 |
# File 'sig/client.rbs', line 3234
def topic_id: () -> ::String
|