AWS SDK for Kotlin
Toggle table of contents
1.5.94
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
glue
/
aws.sdk.kotlin.services.glue.model
/
FunctionType
Function
Type
sealed
class
FunctionType
Inheritors
AggregateFunction
RegularFunction
StoredProcedure
SdkUnknown
Members
Types
Aggregate
Function
Link copied to clipboard
object
AggregateFunction
:
FunctionType
Companion
Link copied to clipboard
object
Companion
Regular
Function
Link copied to clipboard
object
RegularFunction
:
FunctionType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
FunctionType
Stored
Procedure
Link copied to clipboard
object
StoredProcedure
:
FunctionType
Properties
value
Link copied to clipboard
abstract
val
value
:
String