AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ec2
/
aws.sdk.kotlin.services.ec2.model
/
CancelSpotInstanceRequestState
Cancel
Spot
Instance
Request
State
sealed
class
CancelSpotInstanceRequestState
Inheritors
Active
Cancelled
Closed
Completed
Open
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
CancelSpotInstanceRequestState
Cancelled
Link copied to clipboard
object
Cancelled
:
CancelSpotInstanceRequestState
Closed
Link copied to clipboard
object
Closed
:
CancelSpotInstanceRequestState
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
CancelSpotInstanceRequestState
Open
Link copied to clipboard
object
Open
:
CancelSpotInstanceRequestState
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CancelSpotInstanceRequestState
Properties
value
Link copied to clipboard
abstract
val
value
:
String