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

Class: Aws::RoboMaker::Types::WorldExportJobSummary

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

Overview

Information about a world export job.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the world export job.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the world export job.

#created_atTime

The time, in milliseconds since the epoch, when the world export job was created.

Returns:

  • (Time)

    The time, in milliseconds since the epoch, when the world export job was created.

#statusString

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.

Possible values:

  • Pending
  • Running
  • Completed
  • Failed
  • Canceling
  • Canceled

Returns:

  • (String)

    The status of the world export job.

#worldsArray<String>

A list of worlds.

Returns:

  • (Array<String>)

    A list of worlds.