You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RoboMaker::Types::RobotSoftwareSuite
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::RobotSoftwareSuite
- Defined in:
- (unknown)
Overview
Note:
When passing RobotSoftwareSuite as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "ROS", # accepts ROS, ROS2
version: "Kinetic", # accepts Kinetic, Melodic, Dashing
}
Information about a robot software suite (ROS distribution).
Returned by:
- CreateRobotApplicationRequest#robot_software_suite
- CreateRobotApplicationResponse#robot_software_suite
- CreateRobotApplicationVersionResponse#robot_software_suite
- CreateSimulationApplicationRequest#robot_software_suite
- CreateSimulationApplicationResponse#robot_software_suite
- CreateSimulationApplicationVersionResponse#robot_software_suite
- DescribeRobotApplicationResponse#robot_software_suite
- DescribeSimulationApplicationResponse#robot_software_suite
- Aws::RoboMaker::Types::RobotApplicationSummary#robot_software_suite
- SimulationApplicationSummary#robot_software_suite
- UpdateRobotApplicationRequest#robot_software_suite
- UpdateRobotApplicationResponse#robot_software_suite
- UpdateSimulationApplicationRequest#robot_software_suite
- UpdateSimulationApplicationResponse#robot_software_suite
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the robot software suite (ROS distribution).
-
#version ⇒ String
The version of the robot software suite (ROS distribution).
Instance Attribute Details
#name ⇒ String
The name of the robot software suite (ROS distribution).
Possible values:
- ROS
- ROS2
#version ⇒ String
The version of the robot software suite (ROS distribution).
Possible values:
- Kinetic
- Melodic
- Dashing