Class UpdateSnapshotRequest
Container for the parameters to the UpdateSnapshot operation. Updates the name of an Amazon FSx for OpenZFS snapshot.
public class UpdateSnapshotRequest : AmazonFSxRequest
- Inheritance
-
UpdateSnapshotRequest
Constructors
UpdateSnapshotRequest()
public UpdateSnapshotRequest()
Properties
ClientRequestToken
Gets and sets the property ClientRequestToken.
public string ClientRequestToken { get; set; }
Property Value
Name
Gets and sets the property Name.
The name of the snapshot to update.
public string Name { get; set; }
Property Value
SnapshotId
Gets and sets the property SnapshotId.
The ID of the snapshot that you want to update, in the format fsvolsnap-0123456789abcdef0
.
public string SnapshotId { get; set; }