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.



3033
3034
3035
3036
3037
3038
3039
# File 'lib/aws-sdk-robomaker/types.rb', line 3033

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)


3033
3034
3035
3036
3037
3038
3039
# File 'lib/aws-sdk-robomaker/types.rb', line 3033

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>)


3033
3034
3035
3036
3037
3038
3039
# File 'lib/aws-sdk-robomaker/types.rb', line 3033

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