DeploymentJob class

Information about a deployment job.

Constructors

DeploymentJob({String? arn, DateTime? createdAt, List<DeploymentApplicationConfig>? deploymentApplicationConfigs, DeploymentConfig? deploymentConfig, DeploymentJobErrorCode? failureCode, String? failureReason, String? fleet, DeploymentStatus? status})
DeploymentJob.fromJson(Map<String, dynamic> json)
factory

Properties

arn String?
The Amazon Resource Name (ARN) of the deployment job.
final
createdAt DateTime?
The time, in milliseconds since the epoch, when the deployment job was created.
final
deploymentApplicationConfigs List<DeploymentApplicationConfig>?
The deployment application configuration.
final
deploymentConfig DeploymentConfig?
The deployment configuration.
final
failureCode DeploymentJobErrorCode?
The deployment job failure code.
final
failureReason String?
A short description of the reason why the deployment job failed.
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 deployment 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