AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
kinesisanalyticsv2
/
aws.sdk.kotlin.services.kinesisanalyticsv2.model
/
CodeContentType
Code
Content
Type
sealed
class
CodeContentType
Inheritors
Plaintext
Zipfile
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Plaintext
Link copied to clipboard
object
Plaintext
:
CodeContentType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CodeContentType
Zipfile
Link copied to clipboard
object
Zipfile
:
CodeContentType
Properties
value
Link copied to clipboard
abstract
val
value
:
String