C# Class Amazon.RDS.Model.DeleteDBSnapshotRequest

Container for the parameters to the DeleteDBSnapshot operation. Deletes a DBSnapshot. If the snapshot is being copied, the copy operation is terminated.

The DBSnapshot must be in the available state to be deleted.

Inheritance: AmazonRDSRequest
Exibir arquivo Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteDBSnapshotRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

DeleteDBSnapshotRequest ( string dbSnapshotIdentifier ) : System

Instantiates DeleteDBSnapshotRequest with the parameterized properties

Private Methods

Method Description
IsSetDBSnapshotIdentifier ( ) : bool

Method Details

DeleteDBSnapshotRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public DeleteDBSnapshotRequest ( ) : System
return System

DeleteDBSnapshotRequest() public method

Instantiates DeleteDBSnapshotRequest with the parameterized properties
public DeleteDBSnapshotRequest ( string dbSnapshotIdentifier ) : System
dbSnapshotIdentifier string The DBSnapshot identifier. Constraints: Must be the name of an existing DB snapshot in the available state.
return System