AWS SDK for Kotlin
Toggle table of contents
1.5.107
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iot
/
aws.sdk.kotlin.services.iot.model
/
OutputFormat
Output
Format
sealed
class
OutputFormat
Inheritors
Cbor
Json
SdkUnknown
Members
Types
Cbor
Link copied to clipboard
object
Cbor
:
OutputFormat
Companion
Link copied to clipboard
object
Companion
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