AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
EventType
Event
Type
sealed
class
EventType
Inheritors
BatchChange
Error
Information
InstanceChange
SdkUnknown
Members
Types
Batch
Change
Link copied to clipboard
object
BatchChange
:
EventType
Companion
Link copied to clipboard
object
Companion
Error
Link copied to clipboard
object
Error
:
EventType
Information
Link copied to clipboard
object
Information
:
EventType
Instance
Change
Link copied to clipboard
object
InstanceChange
:
EventType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
EventType
Properties
value
Link copied to clipboard
abstract
val
value
:
String