Class: Aws::RoboMaker::Types::WorldGenerationJobSummary

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

Overview

Information about a world generator job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

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

Returns:

  • (String)


5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5962

class WorldGenerationJobSummary < Struct.new(
  :arn,
  :template,
  :created_at,
  :status,
  :world_count,
  :succeeded_world_count,
  :failed_world_count)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

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

Returns:

  • (Time)


5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5962

class WorldGenerationJobSummary < Struct.new(
  :arn,
  :template,
  :created_at,
  :status,
  :world_count,
  :succeeded_world_count,
  :failed_world_count)
  SENSITIVE = []
  include Aws::Structure
end

#failed_world_countInteger

The number of worlds that failed.

Returns:

  • (Integer)


5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5962

class WorldGenerationJobSummary < Struct.new(
  :arn,
  :template,
  :created_at,
  :status,
  :world_count,
  :succeeded_world_count,
  :failed_world_count)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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.

Returns:

  • (String)


5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5962

class WorldGenerationJobSummary < Struct.new(
  :arn,
  :template,
  :created_at,
  :status,
  :world_count,
  :succeeded_world_count,
  :failed_world_count)
  SENSITIVE = []
  include Aws::Structure
end

#succeeded_world_countInteger

The number of worlds that were generated.

Returns:

  • (Integer)


5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5962

class WorldGenerationJobSummary < Struct.new(
  :arn,
  :template,
  :created_at,
  :status,
  :world_count,
  :succeeded_world_count,
  :failed_world_count)
  SENSITIVE = []
  include Aws::Structure
end

#templateString

The Amazon Resource Name (arn) of the world template.

Returns:

  • (String)


5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5962

class WorldGenerationJobSummary < Struct.new(
  :arn,
  :template,
  :created_at,
  :status,
  :world_count,
  :succeeded_world_count,
  :failed_world_count)
  SENSITIVE = []
  include Aws::Structure
end

#world_countTypes::WorldCount

Information about the world count.

Returns:



5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5962

class WorldGenerationJobSummary < Struct.new(
  :arn,
  :template,
  :created_at,
  :status,
  :world_count,
  :succeeded_world_count,
  :failed_world_count)
  SENSITIVE = []
  include Aws::Structure
end