Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface DescribeRobotCommandOutputProtected

The output of DescribeRobotCommand.

Hierarchy

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

architecture?: string

The target architecture of the robot application.

arn?: string

The Amazon Resource Name (ARN) of the robot.

createdAt?: Date

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

fleetArn?: string

The Amazon Resource Name (ARN) of the fleet.

greengrassGroupId?: string

The Greengrass group id.

lastDeploymentJob?: string

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

lastDeploymentTime?: Date

The time of the last deployment job.

name?: string

The name of the robot.

status?: string

The status of the fleet.

tags?: Record<string, string>

The list of all tags added to the specified robot.