You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RoboMaker::Types::CreateSimulationApplicationVersionResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::RoboMaker::Types::CreateSimulationApplicationVersionResponse
 
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the 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 simulation application. 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the 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 simulation application.