toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
elasticbeanstalk
/
aws.sdk.kotlin.services.elasticbeanstalk.model
/
ActionType
Action
Type
sealed
class
ActionType
Inheritors
InstanceRefresh
PlatformUpdate
Unknown
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Instance
Refresh
Link copied to clipboard
object
InstanceRefresh
:
ActionType
Platform
Update
Link copied to clipboard
object
PlatformUpdate
:
ActionType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ActionType
Unknown
Link copied to clipboard
object
Unknown
:
ActionType
Properties
value
Link copied to clipboard
abstract
val
value
:
String