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

Class: Aws::RoboMaker::Types::DescribeRobotResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#architectureString

The target architecture of the robot application.

Possible values:

  • X86_64
  • ARM64
  • ARMHF

Returns:

  • (String)

    The target architecture of the robot application.

#arnString

The Amazon Resource Name (ARN) of the robot.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the robot.

#created_atTime

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_arnString

The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the fleet.

#greengrass_group_idString

The Greengrass group id.

Returns:

  • (String)

    The Greengrass group id.

#last_deployment_jobString

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

Returns:

  • (String)

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

#last_deployment_timeTime

The time of the last deployment job.

Returns:

  • (Time)

    The time of the last deployment job.

#nameString

The name of the robot.

Returns:

  • (String)

    The name of the robot.

#statusString

The status of the fleet.

Possible values:

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

Returns:

  • (String)

    The status of the fleet.

#tagsHash<String,String>

The list of all tags added to the specified robot.

Returns:

  • (Hash<String,String>)

    The list of all tags added to the specified robot.