BulkDeploymentResult class

Information about an individual group deployment in a bulk deployment operation.

Constructors

BulkDeploymentResult({String? createdAt, String? deploymentArn, String? deploymentId, String? deploymentStatus, DeploymentType? deploymentType, List<ErrorDetail>? errorDetails, String? errorMessage, String? groupArn})
BulkDeploymentResult.fromJson(Map<String, dynamic> json)
factory

Properties

createdAt String?
The time, in ISO format, when the deployment was created.
final
deploymentArn String?
The ARN of the group deployment.
final
deploymentId String?
The ID of the group deployment.
final
deploymentStatus String?
The current status of the group deployment: ''InProgress'', ''Building'', ''Success'', or ''Failure''.
final
deploymentType DeploymentType?
The type of the deployment.
final
errorDetails List<ErrorDetail>?
Details about the error.
final
errorMessage String?
The error message for a failed deployment
final
groupArn String?
The ARN of the Greengrass group.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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