toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
inspector
/
aws.sdk.kotlin.services.inspector.model
/
ReportFileFormat
Report
File
Format
sealed
class
ReportFileFormat
Inheritors
Html
Pdf
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Html
Link copied to clipboard
object
Html
:
ReportFileFormat
Pdf
Link copied to clipboard
object
Pdf
:
ReportFileFormat
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReportFileFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String