Class: Aws::RoboMaker::Types::RobotSoftwareSuite
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::RobotSoftwareSuite
- 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
-
#name ⇒ String
The name of the robot software suite.
-
#version ⇒ String
The version of the robot software suite.
Instance Attribute Details
#name ⇒ String
The name of the robot software suite. ‘General` is the only supported value.
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 |
#version ⇒ String
The version of the robot software suite. Not applicable for General software suite.
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 |