toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
robomaker
/
aws.sdk.kotlin.services.robomaker.model
/
SimulationSoftwareSuiteType
Simulation
Software
Suite
Type
sealed
class
SimulationSoftwareSuiteType
Inheritors
Gazebo
RosbagPlay
SimulationRuntime
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Gazebo
Link copied to clipboard
object
Gazebo
:
SimulationSoftwareSuiteType
Rosbag
Play
Link copied to clipboard
object
RosbagPlay
:
SimulationSoftwareSuiteType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SimulationSoftwareSuiteType
Simulation
Runtime
Link copied to clipboard
object
SimulationRuntime
:
SimulationSoftwareSuiteType
Properties
value
Link copied to clipboard
abstract
val
value
:
String