Class: Aws::RoboMaker::Types::SimulationJobSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::SimulationJobSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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.
      4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4877 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.
      4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4877 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.
      4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4877 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.
      4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4877 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.
      4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4877 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.
      4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4877 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.
      4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4877 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.
      4877 4878 4879 4880 4881 4882 4883 4884 4885 4886 4887 4888  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 4877 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  |