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

Class: Aws::RoboMaker::Types::DescribeFleetResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the fleet.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the fleet.

#created_atTime

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

Returns:

  • (Time)

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

#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_statusString

The status of the last deployment.

Possible values:

  • Pending
  • Preparing
  • InProgress
  • Failed
  • Succeeded
  • Canceled

Returns:

  • (String)

    The status of the last deployment.

#last_deployment_timeTime

The time of the last deployment.

Returns:

  • (Time)

    The time of the last deployment.

#nameString

The name of the fleet.

Returns:

  • (String)

    The name of the fleet.

#robotsArray<Types::Robot>

A list of robots.

Returns:

#tagsHash<String,String>

The list of all tags added to the specified fleet.

Returns:

  • (Hash<String,String>)

    The list of all tags added to the specified fleet.