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 DescribeFleetCommandOutputProtected

The output of DescribeFleetCommand.

Hierarchy

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

arn?: string

The Amazon Resource Name (ARN) of the fleet.

createdAt?: Date

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

lastDeploymentJob?: string

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

lastDeploymentStatus?: string

The status of the last deployment.

lastDeploymentTime?: Date

The time of the last deployment.

name?: string

The name of the fleet.

robots?: Robot[]

A list of robots.

tags?: Record<string, string>

The list of all tags added to the specified fleet.