Delete Data Set Refresh Properties
quicksight_delete_data_set_refresh_properties | R Documentation |
Deletes the dataset refresh properties of the dataset¶
Description¶
Deletes the dataset refresh properties of the dataset.
Usage¶
quicksight_delete_data_set_refresh_properties(AwsAccountId, DataSetId)
Arguments¶
AwsAccountId |
[required] The Amazon Web Services account ID. |
DataSetId |
[required] The ID of the dataset. |
Value¶
A list with the following syntax:
list(
RequestId = "string",
Status = 123
)
Request syntax¶
svc$delete_data_set_refresh_properties(
AwsAccountId = "string",
DataSetId = "string"
)