AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iotsitewise
/
aws.sdk.kotlin.services.iotsitewise.model
/
AggregateType
Aggregate
Type
sealed
class
AggregateType
Inheritors
Average
Count
Maximum
Minimum
StandardDeviation
Sum
SdkUnknown
Members
Types
Average
Link copied to clipboard
object
Average
:
AggregateType
Companion
Link copied to clipboard
object
Companion
Count
Link copied to clipboard
object
Count
:
AggregateType
Maximum
Link copied to clipboard
object
Maximum
:
AggregateType
Minimum
Link copied to clipboard
object
Minimum
:
AggregateType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
AggregateType
Standard
Deviation
Link copied to clipboard
object
StandardDeviation
:
AggregateType
Sum
Link copied to clipboard
object
Sum
:
AggregateType
Properties
value
Link copied to clipboard
abstract
val
value
:
String