toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
cleanrooms
/
aws.sdk.kotlin.services.cleanrooms.model
/
AggregateFunctionName
Aggregate
Function
Name
sealed
class
AggregateFunctionName
Inheritors
Avg
Count
CountDistinct
Sum
SumDistinct
SdkUnknown
Members
Types
Avg
Link copied to clipboard
object
Avg
:
AggregateFunctionName
Companion
Link copied to clipboard
object
Companion
Count
Link copied to clipboard
object
Count
:
AggregateFunctionName
Count
Distinct
Link copied to clipboard
object
CountDistinct
:
AggregateFunctionName
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AggregateFunctionName
Sum
Link copied to clipboard
object
Sum
:
AggregateFunctionName
Sum
Distinct
Link copied to clipboard
object
SumDistinct
:
AggregateFunctionName
Properties
value
Link copied to clipboard
abstract
val
value
:
String