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]
3122 |
# File 'sig/client.rbs', line 3122
def refresh_schedules: () -> ::Array[Types::TopicRefreshScheduleSummary]
|
#request_id ⇒ ::String
3124 |
# File 'sig/client.rbs', line 3124
def request_id: () -> ::String
|
#status ⇒ ::Integer
3123 |
# File 'sig/client.rbs', line 3123
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
3121 |
# File 'sig/client.rbs', line 3121
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
3120 |
# File 'sig/client.rbs', line 3120
def topic_id: () -> ::String
|