Class: Aws::RoboMaker::Types::SimulationJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::SimulationJobSummary
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Summary information for a simulation job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the simulation job.
-
#compute_type ⇒ String
The compute type for the simulation job summary.
-
#data_source_names ⇒ Array<String>
The names of the data sources.
-
#last_updated_at ⇒ Time
The time, in milliseconds since the epoch, when the simulation job was last updated.
-
#name ⇒ String
The name of the simulation job.
-
#robot_application_names ⇒ Array<String>
A list of simulation job robot application names.
-
#simulation_application_names ⇒ Array<String>
A list of simulation job simulation application names.
-
#status ⇒ String
The status of the simulation job.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the simulation job.
5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5934 class SimulationJobSummary < Struct.new( :arn, :last_updated_at, :name, :status, :simulation_application_names, :robot_application_names, :data_source_names, :compute_type) SENSITIVE = [] include Aws::Structure end |
#compute_type ⇒ String
The compute type for the simulation job summary.
5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5934 class SimulationJobSummary < Struct.new( :arn, :last_updated_at, :name, :status, :simulation_application_names, :robot_application_names, :data_source_names, :compute_type) SENSITIVE = [] include Aws::Structure end |
#data_source_names ⇒ Array<String>
The names of the data sources.
5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5934 class SimulationJobSummary < Struct.new( :arn, :last_updated_at, :name, :status, :simulation_application_names, :robot_application_names, :data_source_names, :compute_type) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The time, in milliseconds since the epoch, when the simulation job was last updated.
5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5934 class SimulationJobSummary < Struct.new( :arn, :last_updated_at, :name, :status, :simulation_application_names, :robot_application_names, :data_source_names, :compute_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the simulation job.
5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5934 class SimulationJobSummary < Struct.new( :arn, :last_updated_at, :name, :status, :simulation_application_names, :robot_application_names, :data_source_names, :compute_type) SENSITIVE = [] include Aws::Structure end |
#robot_application_names ⇒ Array<String>
A list of simulation job robot application names.
5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5934 class SimulationJobSummary < Struct.new( :arn, :last_updated_at, :name, :status, :simulation_application_names, :robot_application_names, :data_source_names, :compute_type) SENSITIVE = [] include Aws::Structure end |
#simulation_application_names ⇒ Array<String>
A list of simulation job simulation application names.
5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5934 class SimulationJobSummary < Struct.new( :arn, :last_updated_at, :name, :status, :simulation_application_names, :robot_application_names, :data_source_names, :compute_type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the simulation job.
5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5934 class SimulationJobSummary < Struct.new( :arn, :last_updated_at, :name, :status, :simulation_application_names, :robot_application_names, :data_source_names, :compute_type) SENSITIVE = [] include Aws::Structure end |