class Aws::RoboMaker::Types::RobotSoftwareSuite

Information about a robot software suite (ROS distribution).

@note When making an API call, you may pass RobotSoftwareSuite

data as a hash:

    {
      name: "ROS", # accepts ROS, ROS2
      version: "Kinetic", # accepts Kinetic, Melodic, Dashing, Foxy
    }

@!attribute [rw] name

The name of the robot software suite (ROS distribution).
@return [String]

@!attribute [rw] version

The version of the robot software suite (ROS distribution).
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/robomaker-2018-06-29/RobotSoftwareSuite AWS API Documentation

Constants

SENSITIVE