RobotDeployment

Information about a robot deployment.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The robot deployment Amazon Resource Name (ARN).

Link copied to clipboard

The time, in milliseconds since the epoch, when the deployment finished.

Link copied to clipboard

The time, in milliseconds since the epoch, when the deployment was started.

Link copied to clipboard

The robot deployment failure code.

Link copied to clipboard

A short description of the reason why the robot deployment failed.

Link copied to clipboard

Information about how the deployment is progressing.

Link copied to clipboard

The status of the robot deployment.

Functions

Link copied to clipboard
inline fun copy(block: RobotDeployment.Builder.() -> Unit = {}): RobotDeployment
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String