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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-robomaker/types.rb

Overview

Information about a world export job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


5843
5844
5845
5846
5847
5848
5849
5850
5851
# File 'lib/aws-sdk-robomaker/types.rb', line 5843

class WorldExportJobSummary < Struct.new(
  :arn,
  :status,
  :created_at,
  :worlds,
  :output_location)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

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

Returns:

  • (Time)


5843
5844
5845
5846
5847
5848
5849
5850
5851
# File 'lib/aws-sdk-robomaker/types.rb', line 5843

class WorldExportJobSummary < Struct.new(
  :arn,
  :status,
  :created_at,
  :worlds,
  :output_location)
  SENSITIVE = []
  include Aws::Structure
end

#output_locationTypes::OutputLocation

The output location.



5843
5844
5845
5846
5847
5848
5849
5850
5851
# File 'lib/aws-sdk-robomaker/types.rb', line 5843

class WorldExportJobSummary < Struct.new(
  :arn,
  :status,
  :created_at,
  :worlds,
  :output_location)
  SENSITIVE = []
  include Aws::Structure
end

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

Returns:

  • (String)


5843
5844
5845
5846
5847
5848
5849
5850
5851
# File 'lib/aws-sdk-robomaker/types.rb', line 5843

class WorldExportJobSummary < Struct.new(
  :arn,
  :status,
  :created_at,
  :worlds,
  :output_location)
  SENSITIVE = []
  include Aws::Structure
end

#worldsArray<String>

A list of worlds.

Returns:

  • (Array<String>)


5843
5844
5845
5846
5847
5848
5849
5850
5851
# File 'lib/aws-sdk-robomaker/types.rb', line 5843

class WorldExportJobSummary < Struct.new(
  :arn,
  :status,
  :created_at,
  :worlds,
  :output_location)
  SENSITIVE = []
  include Aws::Structure
end