CreateSnapshotOutput class
A JSON object containing the following fields:
Constructors
- CreateSnapshotOutput({String? snapshotId, String? volumeARN})
-
CreateSnapshotOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snapshotId → String?
-
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).final - volumeARN → String?
-
The Amazon Resource Name (ARN) of the volume of which the snapshot was
taken.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited