class Aws::RoboMaker::Types::WorldExportJobSummary

Information about a world export job.

@!attribute [rw] arn

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

@!attribute [rw] status

The status of the world export job.

Pending

: The world export job request is pending.

Running

: The world export job is running.

Completed

: The world export job completed.

Failed

: The world export job failed. See `failureCode` for more
  information.

Canceled

: The world export job was cancelled.

Canceling

: The world export job is being cancelled.
@return [String]

@!attribute [rw] created_at

The time, in milliseconds since the epoch, when the world export job
was created.
@return [Time]

@!attribute [rw] worlds

A list of worlds.
@return [Array<String>]

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

Constants

SENSITIVE