AWS SDK for Kotlin
Toggle table of contents
1.6.76
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
rtbfabric
/
aws.sdk.kotlin.services.rtbfabric.model
/
RuleStatus
Rule
Status
sealed
class
RuleStatus
Status of a routing rule
Inheritors
Active
CreationInProgress
Deleted
DeletionInProgress
Failed
UpdateInProgress
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
RuleStatus
Companion
Link copied to clipboard
object
Companion
Creation
In
Progress
Link copied to clipboard
object
CreationInProgress
:
RuleStatus
Deleted
Link copied to clipboard
object
Deleted
:
RuleStatus
Deletion
In
Progress
Link copied to clipboard
object
DeletionInProgress
:
RuleStatus
Failed
Link copied to clipboard
object
Failed
:
RuleStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RuleStatus
Update
In
Progress
Link copied to clipboard
object
UpdateInProgress
:
RuleStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String