Table of Contents

Class CreateSnapshotResponse

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

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; }

Property Value

Snapshot