Module: Aws::QuickSight::Client::_DeleteTopicRefreshScheduleResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteTopicRefreshScheduleResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #dataset_arn ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
- #topic_arn ⇒ ::String
- #topic_id ⇒ ::String
Instance Method Details
#dataset_arn ⇒ ::String
1431 |
# File 'sig/client.rbs', line 1431
def dataset_arn: () -> ::String
|
#request_id ⇒ ::String
1433 |
# File 'sig/client.rbs', line 1433
def request_id: () -> ::String
|
#status ⇒ ::Integer
1432 |
# File 'sig/client.rbs', line 1432
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
1430 |
# File 'sig/client.rbs', line 1430
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
1429 |
# File 'sig/client.rbs', line 1429
def topic_id: () -> ::String
|