AWS SDK for .NET Documentation
CreateSnapshotResult Class
AmazonAmazon.StorageGateway.ModelCreateSnapshotResult Did this page help you?   Yes   No    Tell us about it...

A JSON object containing the following fields:

Declaration Syntax
C#
public class CreateSnapshotResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
CreateSnapshotResult()()()()
Initializes a new instance of the CreateSnapshotResult class

Equals(Object)
Determines whether the specified Object is equal to the current 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:

Pattern
\Asnap-[0-9a-fA-F]{8}\z


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:

Length
50 - 500


WithSnapshotId(String) Obsolete.
Sets the SnapshotId property

WithVolumeARN(String) Obsolete.
Sets the VolumeARN property

Inheritance Hierarchy
Object
CreateSnapshotResult

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)