class Aws::RoboMaker::Types::WorldGenerationJobSummary

Information about a world generator job.

@!attribute [rw] arn

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

@!attribute [rw] template

The Amazon Resource Name (arn) of the world template.
@return [String]

@!attribute [rw] created_at

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

@!attribute [rw] status

The status of the world generator job:

Pending

: The world generator job request is pending.

Running

: The world generator job is running.

Completed

: The world generator job completed.

Failed

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

PartialFailed

: Some worlds did not generate.

Canceled

: The world generator job was cancelled.

Canceling

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

@!attribute [rw] world_count

Information about the world count.
@return [Types::WorldCount]

@!attribute [rw] succeeded_world_count

The number of worlds that were generated.
@return [Integer]

@!attribute [rw] failed_world_count

The number of worlds that failed.
@return [Integer]

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

Constants

SENSITIVE