ChangedBlock class
A block of data in an Amazon Elastic Block Store snapshot that is different from another snapshot of the same volume/snapshot lineage.
Constructors
- ChangedBlock({int? blockIndex, String? firstBlockToken, String? secondBlockToken})
-
ChangedBlock.fromJson(Map<
String, dynamic> json) -
factory
Properties
- blockIndex → int?
-
The block index.
final
- firstBlockToken → String?
-
The block token for the block index of the
FirstSnapshotIdspecified in theListChangedBlocksoperation. This value is absent if the first snapshot does not have the changed block that is on the second snapshot.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secondBlockToken → String?
-
The block token for the block index of the
SecondSnapshotIdspecified in theListChangedBlocksoperation.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