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
1362 |
# File 'sig/client.rbs', line 1362
def dataset_arn: () -> ::String
|
#request_id ⇒ ::String
1364 |
# File 'sig/client.rbs', line 1364
def request_id: () -> ::String
|
#status ⇒ ::Integer
1363 |
# File 'sig/client.rbs', line 1363
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
1361 |
# File 'sig/client.rbs', line 1361
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
1360 |
# File 'sig/client.rbs', line 1360
def topic_id: () -> ::String
|