AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cloudwatchlogs
/
aws.sdk.kotlin.services.cloudwatchlogs.model
/
OutputFormat
Output
Format
sealed
class
OutputFormat
Inheritors
Json
Parquet
Plain
Raw
W3C
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Json
Link copied to clipboard
object
Json
:
OutputFormat
Parquet
Link copied to clipboard
object
Parquet
:
OutputFormat
Plain
Link copied to clipboard
object
Plain
:
OutputFormat
Raw
Link copied to clipboard
object
Raw
:
OutputFormat
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
OutputFormat
W3C
Link copied to clipboard
object
W3C
:
OutputFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String