AWS SDK for Kotlin
Toggle table of contents
1.5.83
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
quicksight
/
aws.sdk.kotlin.services.quicksight.model
/
DataPrepSimpleAggregationFunctionType
Data
Prep
Simple
Aggregation
Function
Type
sealed
class
DataPrepSimpleAggregationFunctionType
Inheritors
Average
Count
DistinctCount
Max
Min
Sum
SdkUnknown
Members
Types
Average
Link copied to clipboard
object
Average
:
DataPrepSimpleAggregationFunctionType
Companion
Link copied to clipboard
object
Companion
Count
Link copied to clipboard
object
Count
:
DataPrepSimpleAggregationFunctionType
Distinct
Count
Link copied to clipboard
object
DistinctCount
:
DataPrepSimpleAggregationFunctionType
Max
Link copied to clipboard
object
Max
:
DataPrepSimpleAggregationFunctionType
Min
Link copied to clipboard
object
Min
:
DataPrepSimpleAggregationFunctionType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DataPrepSimpleAggregationFunctionType
Sum
Link copied to clipboard
object
Sum
:
DataPrepSimpleAggregationFunctionType
Properties
value
Link copied to clipboard
abstract
val
value
:
String