A JSON object containing the following fields:
 Declaration Syntax
 Declaration Syntax| C# | 
public class CreateSnapshotResult
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | CreateSnapshotResult()()()() | Initializes a new instance of the CreateSnapshotResult 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.) | 
|  | SnapshotId | 
            The snapshot ID that is used to refer to the snapshot in future operations such as describing snapshots (Amazon Elastic Compute Cloud API
            DescribeSnapshots) or creating a volume from a snapshot (CreateStorediSCSIVolume).
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VolumeARN | 
            The Amazon Resource Name (ARN) of the volume of which the snapshot was taken.
             
             Constraints: | 
|  | WithSnapshotId(String) | Obsolete. 
            Sets the SnapshotId property
             | 
|  | WithVolumeARN(String) | Obsolete. 
            Sets the VolumeARN property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | CreateSnapshotResult |