Class: Aws::RoboMaker::Types::FinishedWorldsSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::FinishedWorldsSummary
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Information about worlds that finished.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failure_summary ⇒ Types::FailureSummary
Information about worlds that failed.
-
#finished_count ⇒ Integer
The total number of finished worlds.
-
#succeeded_worlds ⇒ Array<String>
A list of worlds that succeeded.
Instance Attribute Details
#failure_summary ⇒ Types::FailureSummary
Information about worlds that failed.
3033 3034 3035 3036 3037 3038 3039 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3033 class FinishedWorldsSummary < Struct.new( :finished_count, :succeeded_worlds, :failure_summary) SENSITIVE = [] include Aws::Structure end |
#finished_count ⇒ Integer
The total number of finished worlds.
3033 3034 3035 3036 3037 3038 3039 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3033 class FinishedWorldsSummary < Struct.new( :finished_count, :succeeded_worlds, :failure_summary) SENSITIVE = [] include Aws::Structure end |
#succeeded_worlds ⇒ Array<String>
A list of worlds that succeeded.
3033 3034 3035 3036 3037 3038 3039 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 3033 class FinishedWorldsSummary < Struct.new( :finished_count, :succeeded_worlds, :failure_summary) SENSITIVE = [] include Aws::Structure end |