ReplicationRun class
Represents a replication run.
Constructors
- ReplicationRun({String? amiId, DateTime? completedTime, String? description, bool? encrypted, String? kmsKeyId, String? replicationRunId, DateTime? scheduledStartTime, ReplicationRunStageDetails? stageDetails, ReplicationRunState? state, String? statusMessage, ReplicationRunType? type})
-
ReplicationRun.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amiId → String?
-
The ID of the Amazon Machine Image (AMI) from the replication run.
final
- completedTime → DateTime?
-
The completion time of the last replication run.
final
- description → String?
-
The description of the replication run.
final
- encrypted → bool?
-
Indicates whether the replication run should produce an encrypted AMI.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- kmsKeyId → String?
-
The ID of the KMS key for replication jobs that produce encrypted AMIs. This
value can be any of the following:
final
- replicationRunId → String?
-
The ID of the replication run.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheduledStartTime → DateTime?
-
The start time of the next replication run.
final
- stageDetails → ReplicationRunStageDetails?
-
Details about the current stage of the replication run.
final
- state → ReplicationRunState?
-
The state of the replication run.
final
- statusMessage → String?
-
The description of the current status of the replication job.
final
- type → ReplicationRunType?
-
The type of replication run.
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