SyncDeploymentJobResponse class
Constructors
-
SyncDeploymentJobResponse({String? arn, DateTime? createdAt, List<
DeploymentApplicationConfig> ? deploymentApplicationConfigs, DeploymentConfig? deploymentConfig, DeploymentJobErrorCode? failureCode, String? failureReason, String? fleet, DeploymentStatus? status}) -
SyncDeploymentJobResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The Amazon Resource Name (ARN) of the synchronization request.
final
- createdAt → DateTime?
-
The time, in milliseconds since the epoch, when the fleet was created.
final
-
deploymentApplicationConfigs
→ List<
DeploymentApplicationConfig> ? -
Information about the deployment application configurations.
final
- deploymentConfig → DeploymentConfig?
-
Information about the deployment configuration.
final
- failureCode → DeploymentJobErrorCode?
-
The failure code if the job fails:
final
- failureReason → String?
-
The failure reason if the job fails.
final
- fleet → String?
-
The Amazon Resource Name (ARN) of the fleet.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → DeploymentStatus?
-
The status of the synchronization job.
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