Class UpdateSnapshotResponse
This is the response object from the UpdateSnapshot operation.
public class UpdateSnapshotResponse : AmazonWebServiceResponse
- Inheritance
-
UpdateSnapshotResponse
Constructors
UpdateSnapshotResponse()
public UpdateSnapshotResponse()
Properties
Snapshot
Gets and sets the property Snapshot.
Returned after a successful UpdateSnapshot
operation, describing the snapshot
that you updated.
public Snapshot Snapshot { get; set; }