AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
deadline
/
aws.sdk.kotlin.services.deadline.model
/
QueueFleetAssociationStatus
Queue
Fleet
Association
Status
sealed
class
QueueFleetAssociationStatus
Inheritors
Active
Stopped
StopSchedulingAndCancelTasks
StopSchedulingAndCompleteTasks
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
QueueFleetAssociationStatus
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
QueueFleetAssociationStatus
Stopped
Link copied to clipboard
object
Stopped
:
QueueFleetAssociationStatus
Stop
Scheduling
And
Cancel
Tasks
Link copied to clipboard
object
StopSchedulingAndCancelTasks
:
QueueFleetAssociationStatus
Stop
Scheduling
And
Complete
Tasks
Link copied to clipboard
object
StopSchedulingAndCompleteTasks
:
QueueFleetAssociationStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String