AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
autoscalingplans
/
aws.sdk.kotlin.services.autoscalingplans.model
/
ForecastDataType
Forecast
Data
Type
sealed
class
ForecastDataType
Inheritors
CapacityForecast
LoadForecast
ScheduledActionMaxCapacity
ScheduledActionMinCapacity
SdkUnknown
Members
Types
Capacity
Forecast
Link copied to clipboard
object
CapacityForecast
:
ForecastDataType
Companion
Link copied to clipboard
object
Companion
Load
Forecast
Link copied to clipboard
object
LoadForecast
:
ForecastDataType
Scheduled
Action
Max
Capacity
Link copied to clipboard
object
ScheduledActionMaxCapacity
:
ForecastDataType
Scheduled
Action
Min
Capacity
Link copied to clipboard
object
ScheduledActionMinCapacity
:
ForecastDataType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ForecastDataType
Properties
value
Link copied to clipboard
abstract
val
value
:
String