AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ssm
/
aws.sdk.kotlin.services.ssm.model
/
AutomationSubtype
Automation
Subtype
sealed
class
AutomationSubtype
Inheritors
AccessRequest
ChangeRequest
SdkUnknown
Members
Types
Access
Request
Link copied to clipboard
object
AccessRequest
:
AutomationSubtype
Change
Request
Link copied to clipboard
object
ChangeRequest
:
AutomationSubtype
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AutomationSubtype
Properties
value
Link copied to clipboard
abstract
val
value
:
String