AWS SDK for Kotlin
Toggle table of contents
1.6.91
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudwatchlogs
/
aws.sdk.kotlin.services.cloudwatchlogs.model
/
DeliverySourceConfigurationSchemaValueType
Delivery
Source
Configuration
Schema
Value
Type
sealed
class
DeliverySourceConfigurationSchemaValueType
Inheritors
Boolean
Double
Int
Long
String
SdkUnknown
Members
Types
Boolean
Link copied to clipboard
object
Boolean
:
DeliverySourceConfigurationSchemaValueType
Companion
Link copied to clipboard
object
Companion
Double
Link copied to clipboard
object
Double
:
DeliverySourceConfigurationSchemaValueType
Int
Link copied to clipboard
object
Int
:
DeliverySourceConfigurationSchemaValueType
Long
Link copied to clipboard
object
Long
:
DeliverySourceConfigurationSchemaValueType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DeliverySourceConfigurationSchemaValueType
String
Link copied to clipboard
object
String
:
DeliverySourceConfigurationSchemaValueType
Properties
value
Link copied to clipboard
abstract
val
value
:
String