AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
configservice
/
aws.sdk.kotlin.services.configservice.model
/
MessageType
Message
Type
sealed
class
MessageType
Inheritors
ConfigurationItemChangeNotification
ConfigurationSnapshotDeliveryCompleted
OversizedConfigurationItemChangeNotification
ScheduledNotification
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Configuration
Item
Change
Notification
Link copied to clipboard
object
ConfigurationItemChangeNotification
:
MessageType
Configuration
Snapshot
Delivery
Completed
Link copied to clipboard
object
ConfigurationSnapshotDeliveryCompleted
:
MessageType
Oversized
Configuration
Item
Change
Notification
Link copied to clipboard
object
OversizedConfigurationItemChangeNotification
:
MessageType
Scheduled
Notification
Link copied to clipboard
object
ScheduledNotification
:
MessageType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
MessageType
Properties
value
Link copied to clipboard
abstract
val
value
:
String