RobotDeployment
public struct RobotDeployment : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The robot deployment Amazon Resource Name (ARN).
Declaration
Swift
public let arn: String?
-
The time, in milliseconds since the epoch, when the deployment finished.
Declaration
Swift
public let deploymentFinishTime: TimeStamp?
-
The time, in milliseconds since the epoch, when the deployment was started.
Declaration
Swift
public let deploymentStartTime: TimeStamp?
-
The robot deployment failure code.
Declaration
Swift
public let failureCode: DeploymentJobErrorCode?
-
A short description of the reason why the robot deployment failed.
Declaration
Swift
public let failureReason: String?
-
Information about how the deployment is progressing.
Declaration
Swift
public let progressDetail: ProgressDetail?
-
The status of the robot deployment.
Declaration
Swift
public let status: RobotStatus?
-
Undocumented
Declaration
Swift
public init(arn: String? = nil, deploymentFinishTime: TimeStamp? = nil, deploymentStartTime: TimeStamp? = nil, failureCode: DeploymentJobErrorCode? = nil, failureReason: String? = nil, progressDetail: ProgressDetail? = nil, status: RobotStatus? = nil)