Interface CfnSimulationApplicationPropsMixin.IRobotSoftwareSuiteProperty
Information about a robot software suite.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.RoboMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnSimulationApplicationPropsMixin.IRobotSoftwareSuiteProperty
Syntax (vb)
Public Interface CfnSimulationApplicationPropsMixin.IRobotSoftwareSuiteProperty
Remarks
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.CfnPropertyMixins.AWS.RoboMaker;
var robotSoftwareSuiteProperty = new RobotSoftwareSuiteProperty {
Name = "name",
Version = "version"
};
Synopsis
Properties
| Name | The name of the robot software suite. |
| Version | The version of the robot software suite. |
Properties
Name
The name of the robot software suite.
string? Name { get; }
Property Value
Remarks
Version
The version of the robot software suite.
string? Version { get; }