Robot

class Robot

Information about a robot.

Types

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

Properties

Link copied to clipboard

The architecture of the robot.

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the robot.

Link copied to clipboard

The time, in milliseconds since the epoch, when the robot was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the fleet.

Link copied to clipboard

The Greengrass group associated with the robot.

Link copied to clipboard

The Amazon Resource Name (ARN) of the last deployment job.

Link copied to clipboard

The time of the last deployment.

Link copied to clipboard
val name: String?

The name of the robot.

Link copied to clipboard

The status of the robot.

Functions

Link copied to clipboard
inline fun copy(block: Robot.Builder.() -> Unit = {}): Robot
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