AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
timestreamquery
/
aws.sdk.kotlin.services.timestreamquery.model
/
QueryPricingModel
Query
Pricing
Model
sealed
class
QueryPricingModel
Inheritors
BytesScanned
ComputeUnits
SdkUnknown
Members
Types
Bytes
Scanned
Link copied to clipboard
object
BytesScanned
:
QueryPricingModel
Companion
Link copied to clipboard
object
Companion
Compute
Units
Link copied to clipboard
object
ComputeUnits
:
QueryPricingModel
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
QueryPricingModel
Properties
value
Link copied to clipboard
abstract
val
value
:
String