You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RoboMaker::Types::UpdateSimulationApplicationRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RoboMaker::Types::UpdateSimulationApplicationRequest
 
- Defined in:
- (unknown)
Overview
When passing UpdateSimulationApplicationRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  application: "Arn", # required
  sources: [ # required
    {
      s3_bucket: "S3Bucket",
      s3_key: "S3Key",
      architecture: "X86_64", # accepts X86_64, ARM64, ARMHF
    },
  ],
  simulation_software_suite: { # required
    name: "Gazebo", # accepts Gazebo, RosbagPlay
    version: "SimulationSoftwareSuiteVersionType",
  },
  robot_software_suite: { # required
    name: "ROS", # accepts ROS, ROS2
    version: "Kinetic", # accepts Kinetic, Melodic, Dashing
  },
  rendering_engine: {
    name: "OGRE", # accepts OGRE
    version: "RenderingEngineVersionType",
  },
  current_revision_id: "RevisionId",
}
Instance Attribute Summary collapse
- 
  
    
      #application  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The application information for the simulation application. 
- 
  
    
      #current_revision_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The revision id for the robot application. 
- 
  
    
      #rendering_engine  ⇒ Types::RenderingEngine 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The rendering engine for 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::SourceConfig> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The sources of the simulation application. 
Instance Attribute Details
#application ⇒ String
The application information for the simulation application.
#current_revision_id ⇒ String
The revision id for the robot application.
#rendering_engine ⇒ Types::RenderingEngine
The rendering engine for 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::SourceConfig>
The sources of the simulation application.