AWS SDK for Kotlin
Toggle table of contents
1.4.119
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
wellarchitected
/
aws.sdk.kotlin.services.wellarchitected.model
/
ReportFormat
Report
Format
sealed
class
ReportFormat
Inheritors
Json
Pdf
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Json
Link copied to clipboard
object
Json
:
ReportFormat
Pdf
Link copied to clipboard
object
Pdf
:
ReportFormat
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReportFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String