CreateDeploymentJobResponse class
Constructors
-
CreateDeploymentJobResponse({String? arn, DateTime? createdAt, List<
DeploymentApplicationConfig> ? deploymentApplicationConfigs, DeploymentConfig? deploymentConfig, DeploymentJobErrorCode? failureCode, String? failureReason, String? fleet, DeploymentStatus? status, Map<String, String> ? tags}) -
CreateDeploymentJobResponse.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 fleet was created.
final
-
deploymentApplicationConfigs
→ List<
DeploymentApplicationConfig> ? -
The deployment application configuration.
final
- deploymentConfig → DeploymentConfig?
-
The deployment configuration.
final
- failureCode → DeploymentJobErrorCode?
-
The failure code of the simulation job if it failed:
final
- failureReason → String?
-
The failure reason of the deployment job if it failed.
final
- fleet → String?
-
The target fleet for the deployment job.
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
-
The list of all tags added to 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