class Aws::DocDB::Client
def delete_db_cluster_snapshot(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
delete_db_cluster_snapshot(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DeleteDBClusterSnapshot - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::DeleteDBClusterSnapshotResult)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:db_cluster_snapshot_identifier(required, String) --
def delete_db_cluster_snapshot(params = {}, options = {}) req = build_request(:delete_db_cluster_snapshot, params) req.send_request(options) end