class Aws::RoboMaker::Types::ProgressDetail

Information about the progress of a deployment job.

@!attribute [rw] current_progress

The current progress status.

Validating

: Validating the deployment.

DownloadingExtracting

: Downloading and extracting the bundle on the robot.

ExecutingPreLaunch

: Executing pre-launch script(s) if provided.

Launching

: Launching the robot application.

ExecutingPostLaunch

: Executing post-launch script(s) if provided.

Finished

: Deployment is complete.
@return [String]

@!attribute [rw] percent_done

Precentage of the step that is done. This currently only applies to
the `Downloading/Extracting` step of the deployment. It is empty for
other steps.
@return [Float]

@!attribute [rw] estimated_time_remaining_seconds

Estimated amount of time in seconds remaining in the step. This
currently only applies to the `Downloading/Extracting` step of the
deployment. It is empty for other steps.
@return [Integer]

@!attribute [rw] target_resource

The Amazon Resource Name (ARN) of the deployment job.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/ProgressDetail AWS API Documentation

Constants

SENSITIVE