toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
costandusagereportservice
/
aws.sdk.kotlin.services.costandusagereportservice.model
/
ReportFormat
Report
Format
sealed
class
ReportFormat
The format that Amazon Web Services saves the report in.
Inheritors
Csv
Parquet
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Csv
Link copied to clipboard
object
Csv
:
ReportFormat
Parquet
Link copied to clipboard
object
Parquet
:
ReportFormat
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReportFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String