Container for the parameters to the DeleteSnapshotSchedule operation.
This operation deletes a snapshot of a volume.
You can take snapshots of your gateway volumes on a scheduled or ad-hoc basis. This API enables you to delete a snapshot schedule for a volume. For more information, see Working with Snapshots . In the DeleteSnapshotSchedule request, you identify the volume by providing its Amazon Resource Name (ARN).
NOTE: To list or delete a snapshot, you must use the Amazon EC2 API. in Amazon Elastic Compute Cloud API Reference.

C# |
public class DeleteSnapshotScheduleRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | DeleteSnapshotScheduleRequest()()()() | Initializes a new instance of the DeleteSnapshotScheduleRequest class |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | VolumeARN | |
![]() | WithVolumeARN(String) | Obsolete.
Sets the VolumeARN property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | DeleteSnapshotScheduleRequest |