toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
quicksight
/
aws.sdk.kotlin.services.quicksight.model
/
DefaultAggregation
Default
Aggregation
sealed
class
DefaultAggregation
Inheritors
Average
Count
DistinctCount
Max
Median
Min
Stdev
Stdevp
Sum
Var
Varp
SdkUnknown
Members
Types
Average
Link copied to clipboard
object
Average
:
DefaultAggregation
Companion
Link copied to clipboard
object
Companion
Count
Link copied to clipboard
object
Count
:
DefaultAggregation
Distinct
Count
Link copied to clipboard
object
DistinctCount
:
DefaultAggregation
Max
Link copied to clipboard
object
Max
:
DefaultAggregation
Median
Link copied to clipboard
object
Median
:
DefaultAggregation
Min
Link copied to clipboard
object
Min
:
DefaultAggregation
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
DefaultAggregation
Stdev
Link copied to clipboard
object
Stdev
:
DefaultAggregation
Stdevp
Link copied to clipboard
object
Stdevp
:
DefaultAggregation
Sum
Link copied to clipboard
object
Sum
:
DefaultAggregation
Var
Link copied to clipboard
object
Var
:
DefaultAggregation
Varp
Link copied to clipboard
object
Varp
:
DefaultAggregation
Properties
value
Link copied to clipboard
abstract
val
value
:
String