AWS SDK for Kotlin
Toggle table of contents
1.5.95
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
partnercentralbenefits
/
aws.sdk.kotlin.services.partnercentralbenefits.model
/
BenefitAllocationStatus
Benefit
Allocation
Status
sealed
class
BenefitAllocationStatus
Inheritors
Active
Fulfilled
Inactive
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
BenefitAllocationStatus
Companion
Link copied to clipboard
object
Companion
Fulfilled
Link copied to clipboard
object
Fulfilled
:
BenefitAllocationStatus
Inactive
Link copied to clipboard
object
Inactive
:
BenefitAllocationStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
BenefitAllocationStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String