AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
qldb
/
aws.sdk.kotlin.services.qldb.model
/
OutputFormat
Output
Format
sealed
class
OutputFormat
Inheritors
IonBinary
IonText
Json
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Ion
Binary
Link copied to clipboard
object
IonBinary
:
OutputFormat
Ion
Text
Link copied to clipboard
object
IonText
:
OutputFormat
Json
Link copied to clipboard
object
Json
:
OutputFormat
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
OutputFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String