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
2455 |
# File 'sig/client.rbs', line 2455
def dataset_arn: () -> ::String
|
#refresh_schedule ⇒ Types::TopicRefreshSchedule
2456 |
# File 'sig/client.rbs', line 2456
def refresh_schedule: () -> Types::TopicRefreshSchedule
|
#request_id ⇒ ::String
2458 |
# File 'sig/client.rbs', line 2458
def request_id: () -> ::String
|
#status ⇒ ::Integer
2457 |
# File 'sig/client.rbs', line 2457
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
2454 |
# File 'sig/client.rbs', line 2454
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
2453 |
# File 'sig/client.rbs', line 2453
def topic_id: () -> ::String
|