toggle menu
AWS SDK for Kotlin
1.4.82
common
switch theme
Skip to Main Content
migrationhubstrategy
/
aws.sdk.kotlin.services.migrationhubstrategy.model
/
OutputFormat
Output
Format
sealed
class
OutputFormat
Inheritors
Excel
Json
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Excel
Link copied to clipboard
object
Excel
:
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