VolumeInfo class
Describes a storage volume object.
Constructors
Properties
- gatewayARN → String?
-
final
- gatewayId → String?
-
The unique identifier assigned to your gateway during activation. This ID
becomes part of the gateway Amazon Resource Name (ARN), which you use as
input for other operations.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- volumeARN → String?
-
The Amazon Resource Name (ARN) for the storage volume. For example, the
following is a valid ARN:
final
- volumeAttachmentStatus → String?
-
One of the VolumeStatus values that indicates the state of the storage
volume.
final
- volumeId → String?
-
The unique identifier assigned to the volume. This ID becomes part of the
volume Amazon Resource Name (ARN), which you use as input for other
operations.
final
- volumeSizeInBytes → int?
-
The size of the volume in bytes.
final
- volumeType → String?
-
One of the VolumeType enumeration values describing the type of the volume.
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