Class: Aws::RoboMaker::Types::UpdateSimulationApplicationResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::UpdateSimulationApplicationResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the updated simulation application.
 - 
  
    
      #environment  ⇒ Types::Environment 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The object that contains the Docker image URI used for your simulation application.
 - 
  
    
      #last_updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time, in milliseconds since the epoch, when the simulation application was last updated.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the simulation application.
 - 
  
    
      #rendering_engine  ⇒ Types::RenderingEngine 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The rendering engine for the simulation application.
 - 
  
    
      #revision_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The revision id of the simulation application.
 - 
  
    
      #robot_software_suite  ⇒ Types::RobotSoftwareSuite 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about the robot software suite (ROS distribution).
 - 
  
    
      #simulation_software_suite  ⇒ Types::SimulationSoftwareSuite 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The simulation software suite used by the simulation application.
 - 
  
    
      #sources  ⇒ Array<Types::Source> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The sources of the simulation application.
 - 
  
    
      #version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The version of the robot application.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the updated simulation application.
      5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5570 class UpdateSimulationApplicationResponse < Struct.new( :arn, :name, :version, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :last_updated_at, :revision_id, :environment) SENSITIVE = [] include Aws::Structure end  | 
  
#environment ⇒ Types::Environment
The object that contains the Docker image URI used for your simulation application.
      5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5570 class UpdateSimulationApplicationResponse < Struct.new( :arn, :name, :version, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :last_updated_at, :revision_id, :environment) SENSITIVE = [] include Aws::Structure end  | 
  
#last_updated_at ⇒ Time
The time, in milliseconds since the epoch, when the simulation application was last updated.
      5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5570 class UpdateSimulationApplicationResponse < Struct.new( :arn, :name, :version, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :last_updated_at, :revision_id, :environment) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the simulation application.
      5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5570 class UpdateSimulationApplicationResponse < Struct.new( :arn, :name, :version, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :last_updated_at, :revision_id, :environment) SENSITIVE = [] include Aws::Structure end  | 
  
#rendering_engine ⇒ Types::RenderingEngine
The rendering engine for the simulation application.
      5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5570 class UpdateSimulationApplicationResponse < Struct.new( :arn, :name, :version, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :last_updated_at, :revision_id, :environment) SENSITIVE = [] include Aws::Structure end  | 
  
#revision_id ⇒ String
The revision id of the simulation application.
      5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5570 class UpdateSimulationApplicationResponse < Struct.new( :arn, :name, :version, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :last_updated_at, :revision_id, :environment) SENSITIVE = [] include Aws::Structure end  | 
  
#robot_software_suite ⇒ Types::RobotSoftwareSuite
Information about the robot software suite (ROS distribution).
      5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5570 class UpdateSimulationApplicationResponse < Struct.new( :arn, :name, :version, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :last_updated_at, :revision_id, :environment) SENSITIVE = [] include Aws::Structure end  | 
  
#simulation_software_suite ⇒ Types::SimulationSoftwareSuite
The simulation software suite used by the simulation application.
      5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5570 class UpdateSimulationApplicationResponse < Struct.new( :arn, :name, :version, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :last_updated_at, :revision_id, :environment) SENSITIVE = [] include Aws::Structure end  | 
  
#sources ⇒ Array<Types::Source>
The sources of the simulation application.
      5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5570 class UpdateSimulationApplicationResponse < Struct.new( :arn, :name, :version, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :last_updated_at, :revision_id, :environment) SENSITIVE = [] include Aws::Structure end  | 
  
#version ⇒ String
The version of the robot application.
      5570 5571 5572 5573 5574 5575 5576 5577 5578 5579 5580 5581 5582 5583  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5570 class UpdateSimulationApplicationResponse < Struct.new( :arn, :name, :version, :sources, :simulation_software_suite, :robot_software_suite, :rendering_engine, :last_updated_at, :revision_id, :environment) SENSITIVE = [] include Aws::Structure end  |