Class CfnRobotApplication.RobotSoftwareSuiteProperty
Information about a robot software suite.
Inheritance
System.Object
    CfnRobotApplication.RobotSoftwareSuiteProperty
  Namespace: Amazon.CDK.AWS.RoboMaker
Assembly: Amazon.CDK.AWS.RoboMaker.dll
Syntax (csharp)
public class RobotSoftwareSuiteProperty : Object, CfnRobotApplication.IRobotSoftwareSuitePropertySyntax (vb)
Public Class RobotSoftwareSuiteProperty
    Inherits Object
    Implements CfnRobotApplication.IRobotSoftwareSuitePropertyRemarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.RoboMaker;
var robotSoftwareSuiteProperty = new RobotSoftwareSuiteProperty {
    Name = "name",
    // the properties below are optional
    Version = "version"
};Synopsis
Constructors
| RobotSoftwareSuiteProperty() | 
Properties
| Name | The name of the robot software suite. | 
| Version | The version of the robot software suite. | 
Constructors
RobotSoftwareSuiteProperty()
public RobotSoftwareSuiteProperty()Properties
Name
The name of the robot software suite.
public string Name { get; set; }Property Value
System.String
Remarks
Version
The version of the robot software suite.
public string Version { get; set; }Property Value
System.String
Remarks
Not applicable for General software suite.