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
1554 |
# File 'sig/client.rbs', line 1554
def dataset_arn: () -> ::String
|
#request_id ⇒ ::String
1556 |
# File 'sig/client.rbs', line 1556
def request_id: () -> ::String
|
#status ⇒ ::Integer
1555 |
# File 'sig/client.rbs', line 1555
def status: () -> ::Integer
|
#topic_arn ⇒ ::String
1553 |
# File 'sig/client.rbs', line 1553
def topic_arn: () -> ::String
|
#topic_id ⇒ ::String
1552 |
# File 'sig/client.rbs', line 1552
def topic_id: () -> ::String
|