AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
cognitoidentityprovider
/
aws.sdk.kotlin.services.cognitoidentityprovider.model
/
AssetExtensionType
Asset
Extension
Type
sealed
class
AssetExtensionType
Inheritors
Ico
Jpeg
Png
Svg
Webp
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Ico
Link copied to clipboard
object
Ico
:
AssetExtensionType
Jpeg
Link copied to clipboard
object
Jpeg
:
AssetExtensionType
Png
Link copied to clipboard
object
Png
:
AssetExtensionType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AssetExtensionType
Svg
Link copied to clipboard
object
Svg
:
AssetExtensionType
Webp
Link copied to clipboard
object
Webp
:
AssetExtensionType
Properties
value
Link copied to clipboard
abstract
val
value
:
String