Module: Aws::QuickSight::Client::_DescribeTopicRefreshScheduleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeTopicRefreshScheduleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #dataset_arn ⇒ ::String
- #refresh_schedule ⇒ Types::TopicRefreshSchedule
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #topic_arn ⇒ ::String
- #topic_id ⇒ ::String
Instance Method Details
#dataset_arn ⇒ ::String
2357 |
# File 'sig/client.rbs', line 2357
def dataset_arn: () -> ::String
|
#refresh_schedule ⇒ Types::TopicRefreshSchedule
2358 |
# File 'sig/client.rbs', line 2358
def refresh_schedule: () -> Types::TopicRefreshSchedule
|
#request_id ⇒ ::String
2360 |
# File 'sig/client.rbs', line 2360
def request_id: () -> ::String
|
#status ⇒ ::Integer
2359 |
# File 'sig/client.rbs', line 2359
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
2356 |
# File 'sig/client.rbs', line 2356
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
2355 |
# File 'sig/client.rbs', line 2355
def topic_id: () -> ::String
|