Class: Aws::RoboMaker::Types::FinishedWorldsSummary

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

Overview

Information about worlds that finished.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failure_summaryTypes::FailureSummary

Information about worlds that failed.



3038
3039
3040
3041
3042
3043
3044
# File 'lib/aws-sdk-robomaker/types.rb', line 3038

class FinishedWorldsSummary < Struct.new(
  :finished_count,
  :succeeded_worlds,
  :failure_summary)
  SENSITIVE = []
  include Aws::Structure
end

#finished_countInteger

The total number of finished worlds.

Returns:

  • (Integer)


3038
3039
3040
3041
3042
3043
3044
# File 'lib/aws-sdk-robomaker/types.rb', line 3038

class FinishedWorldsSummary < Struct.new(
  :finished_count,
  :succeeded_worlds,
  :failure_summary)
  SENSITIVE = []
  include Aws::Structure
end

#succeeded_worldsArray<String>

A list of worlds that succeeded.

Returns:

  • (Array<String>)


3038
3039
3040
3041
3042
3043
3044
# File 'lib/aws-sdk-robomaker/types.rb', line 3038

class FinishedWorldsSummary < Struct.new(
  :finished_count,
  :succeeded_worlds,
  :failure_summary)
  SENSITIVE = []
  include Aws::Structure
end