ExportSnapshotRecord class
Describes an export snapshot record.
Constructors
- ExportSnapshotRecord({String? arn, DateTime? createdAt, DestinationInfo? destinationInfo, ResourceLocation? location, String? name, ResourceType? resourceType, ExportSnapshotRecordSourceInfo? sourceInfo, RecordState? state})
-
ExportSnapshotRecord.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The Amazon Resource Name (ARN) of the export snapshot record.
final
- createdAt → DateTime?
-
The date when the export snapshot record was created.
final
- destinationInfo → DestinationInfo?
-
A list of objects describing the destination of the export snapshot record.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- location → ResourceLocation?
-
The AWS Region and Availability Zone where the export snapshot record is
located.
final
- name → String?
-
The export snapshot record name.
final
- resourceType → ResourceType?
-
The Lightsail resource type (e.g.,
ExportSnapshotRecord
).final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceInfo → ExportSnapshotRecordSourceInfo?
-
A list of objects describing the source of the export snapshot record.
final
- state → RecordState?
-
The state of the export snapshot record.
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