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]
3163 |
# File 'sig/client.rbs', line 3163
def refresh_schedules: () -> ::Array[Types::TopicRefreshScheduleSummary]
|
#request_id ⇒ ::String
3165 |
# File 'sig/client.rbs', line 3165
def request_id: () -> ::String
|
#status ⇒ ::Integer
3164 |
# File 'sig/client.rbs', line 3164
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
3162 |
# File 'sig/client.rbs', line 3162
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
3161 |
# File 'sig/client.rbs', line 3161
def topic_id: () -> ::String
|