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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-robomaker/types.rb

Overview

Information about a robot software suite.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the robot software suite. ‘General` is the only supported value.

Returns:

  • (String)


4355
4356
4357
4358
4359
4360
# File 'lib/aws-sdk-robomaker/types.rb', line 4355

class RobotSoftwareSuite < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

The version of the robot software suite. Not applicable for General software suite.

Returns:

  • (String)


4355
4356
4357
4358
4359
4360
# File 'lib/aws-sdk-robomaker/types.rb', line 4355

class RobotSoftwareSuite < Struct.new(
  :name,
  :version)
  SENSITIVE = []
  include Aws::Structure
end