toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
ssm
/
aws.sdk.kotlin.services.ssm.model
/
DocumentParameterType
Document
Parameter
Type
sealed
class
DocumentParameterType
Inheritors
String
StringList
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DocumentParameterType
String
Link copied to clipboard
object
String
:
DocumentParameterType
String
List
Link copied to clipboard
object
StringList
:
DocumentParameterType
Properties
value
Link copied to clipboard
abstract
val
value
:
String