AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
sagemaker
/
aws.sdk.kotlin.services.sagemaker.model
/
AthenaResultFormat
Athena
Result
Format
sealed
class
AthenaResultFormat
The data storage format for Athena query results.
Inheritors
Avro
Json
Orc
Parquet
Textfile
SdkUnknown
Members
Types
Avro
Link copied to clipboard
object
Avro
:
AthenaResultFormat
Companion
Link copied to clipboard
object
Companion
Json
Link copied to clipboard
object
Json
:
AthenaResultFormat
Orc
Link copied to clipboard
object
Orc
:
AthenaResultFormat
Parquet
Link copied to clipboard
object
Parquet
:
AthenaResultFormat
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AthenaResultFormat
Textfile
Link copied to clipboard
object
Textfile
:
AthenaResultFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String