AWS SDK for Kotlin
Toggle table of contents
1.5.96
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
lambda
/
aws.sdk.kotlin.services.lambda.model
/
CapacityProviderState
Capacity
Provider
State
sealed
class
CapacityProviderState
Inheritors
Active
Deleting
Failed
Pending
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
CapacityProviderState
Companion
Link copied to clipboard
object
Companion
Deleting
Link copied to clipboard
object
Deleting
:
CapacityProviderState
Failed
Link copied to clipboard
object
Failed
:
CapacityProviderState
Pending
Link copied to clipboard
object
Pending
:
CapacityProviderState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CapacityProviderState
Properties
value
Link copied to clipboard
abstract
val
value
:
String