AWS SDK for Kotlin
Toggle table of contents
1.4.123
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
s3
/
aws.sdk.kotlin.services.s3.model
/
PartitionDateSource
Partition
Date
Source
sealed
class
PartitionDateSource
Inheritors
DeliveryTime
EventTime
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Delivery
Time
Link copied to clipboard
object
DeliveryTime
:
PartitionDateSource
Event
Time
Link copied to clipboard
object
EventTime
:
PartitionDateSource
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PartitionDateSource
Properties
value
Link copied to clipboard
abstract
val
value
:
String