AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
databasemigrationservice
/
aws.sdk.kotlin.services.databasemigrationservice.model
/
ParquetVersionValue
Parquet
Version
Value
sealed
class
ParquetVersionValue
Inheritors
Parquet1_0
Parquet2_0
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Parquet1_
0
Link copied to clipboard
object
Parquet1_0
:
ParquetVersionValue
Parquet2_
0
Link copied to clipboard
object
Parquet2_0
:
ParquetVersionValue
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ParquetVersionValue
Properties
value
Link copied to clipboard
abstract
val
value
:
String