CreateDeploymentJobResponse constructor
CreateDeploymentJobResponse({
- String? arn,
- DateTime? createdAt,
- List<
DeploymentApplicationConfig> ? deploymentApplicationConfigs, - DeploymentConfig? deploymentConfig,
- DeploymentJobErrorCode? failureCode,
- String? failureReason,
- String? fleet,
- DeploymentStatus? status,
- Map<
String, String> ? tags,
Implementation
CreateDeploymentJobResponse({
this.arn,
this.createdAt,
this.deploymentApplicationConfigs,
this.deploymentConfig,
this.failureCode,
this.failureReason,
this.fleet,
this.status,
this.tags,
});