C# Class Amazon.EC2.Model.DeleteVolumeRequest

Container for the parameters to the DeleteVolume operation.

Deletes the specified Amazon EBS volume. The volume must be in the available state (not attached to an instance).

NOTE: The volume remains in the deleting state for several minutes.

For more information, see Deleting an Amazon EBS Volume in the Amazon Elastic Compute Cloud User Guide .

Inheritance: AmazonEC2Request
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
DeleteVolumeRequest ( ) : System

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

DeleteVolumeRequest ( string volumeId ) : System

Instantiates DeleteVolumeRequest with the parameterized properties

Private Methods

Method Description
IsSetVolumeId ( ) : bool

Method Details

DeleteVolumeRequest() public method

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

DeleteVolumeRequest() public method

Instantiates DeleteVolumeRequest with the parameterized properties
public DeleteVolumeRequest ( string volumeId ) : System
volumeId string The ID of the volume.
return System