You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RoboMaker::Types::Robot

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about a robot.

Instance Attribute Summary collapse

Instance Attribute Details

#architecture ⇒ String

The architecture of the robot.

Possible values:

  • X86_64
  • ARM64
  • ARMHF

Returns:

  • (String) —

    The architecture of the robot.

#arn ⇒ String

The Amazon Resource Name (ARN) of the robot.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the robot.

#created_at ⇒ Time

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

Returns:

  • (Time) —

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

#fleet_arn ⇒ String

The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String) —

    The Amazon Resource Name (ARN) of the fleet.

#green_grass_group_id ⇒ String

The Greengrass group associated with the robot.

Returns:

  • (String) —

    The Greengrass group associated with the robot.

#last_deployment_job ⇒ String

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

Returns:

  • (String) —

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

#last_deployment_time ⇒ Time

The time of the last deployment.

Returns:

  • (Time) —

    The time of the last deployment.

#name ⇒ String

The name of the robot.

Returns:

  • (String) —

    The name of the robot.

#status ⇒ String

The status of the robot.

Possible values:

  • Available
  • Registered
  • PendingNewDeployment
  • Deploying
  • Failed
  • InSync
  • NoResponse

Returns:

  • (String) —

    The status of the robot.