Class: Aws::RoboMaker::Types::RobotSoftwareSuite
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::RobotSoftwareSuite
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Information about a robot software suite (ROS distribution).
Constant Summary collapse
- SENSITIVE =
[]
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).
4358 4359 4360 4361 4362 4363 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4358 class RobotSoftwareSuite < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |
#version ⇒ String
The version of the robot software suite (ROS distribution).
4358 4359 4360 4361 4362 4363 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4358 class RobotSoftwareSuite < Struct.new( :name, :version) SENSITIVE = [] include Aws::Structure end |