AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
appflow
/
aws.sdk.kotlin.services.appflow.model
/
PrefixFormat
Prefix
Format
sealed
class
PrefixFormat
Inheritors
Day
Hour
Minute
Month
Year
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Day
Link copied to clipboard
object
Day
:
PrefixFormat
Hour
Link copied to clipboard
object
Hour
:
PrefixFormat
Minute
Link copied to clipboard
object
Minute
:
PrefixFormat
Month
Link copied to clipboard
object
Month
:
PrefixFormat
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PrefixFormat
Year
Link copied to clipboard
object
Year
:
PrefixFormat
Properties
value
Link copied to clipboard
abstract
val
value
:
String