DescribeDeploymentJobResponse class
Constructors
-
DescribeDeploymentJobResponse({String? arn, DateTime? createdAt, List<
DeploymentApplicationConfig> ? deploymentApplicationConfigs, DeploymentConfig? deploymentConfig, DeploymentJobErrorCode? failureCode, String? failureReason, String? fleet, List<RobotDeployment> ? robotDeploymentSummary, DeploymentStatus? status, Map<String, String> ? tags}) -
DescribeDeploymentJobResponse.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
-
robotDeploymentSummary
→ List<
RobotDeployment> ? -
A list of robot deployment summaries.
final
- 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 specified 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