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
2398 |
# File 'sig/client.rbs', line 2398
def dataset_arn: () -> ::String
|
#refresh_schedule ⇒ Types::TopicRefreshSchedule
2399 |
# File 'sig/client.rbs', line 2399
def refresh_schedule: () -> Types::TopicRefreshSchedule
|
#request_id ⇒ ::String
2401 |
# File 'sig/client.rbs', line 2401
def request_id: () -> ::String
|
#status ⇒ ::Integer
2400 |
# File 'sig/client.rbs', line 2400
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
2397 |
# File 'sig/client.rbs', line 2397
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
2396 |
# File 'sig/client.rbs', line 2396
def topic_id: () -> ::String
|