Class: Aws::RoboMaker::Types::RobotSoftwareSuite

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the robot software suite (ROS distribution).

Returns:

  • (String)


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

#versionString

The version of the robot software suite (ROS distribution).

Returns:

  • (String)


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