Class CreateSnapshotResponse
This is the response object from the CreateSnapshot operation.
public class CreateSnapshotResponse : AmazonWebServiceResponse
- Inheritance
-
CreateSnapshotResponse
Constructors
CreateSnapshotResponse()
public CreateSnapshotResponse()
Properties
Snapshot
Gets and sets the property Snapshot.
A description of the snapshot.
public Snapshot Snapshot { get; set; }