AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
deadline
/
aws.sdk.kotlin.services.deadline.model
/
StepParameterType
Step
Parameter
Type
sealed
class
StepParameterType
Inheritors
ChunkInt
Float
Int
Path
String
SdkUnknown
Members
Types
Chunk
Int
Link copied to clipboard
object
ChunkInt
:
StepParameterType
Companion
Link copied to clipboard
object
Companion
Float
Link copied to clipboard
object
Float
:
StepParameterType
Int
Link copied to clipboard
object
Int
:
StepParameterType
Path
Link copied to clipboard
object
Path
:
StepParameterType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StepParameterType
String
Link copied to clipboard
object
String
:
StepParameterType
Properties
value
Link copied to clipboard
abstract
val
value
:
String