AWS SDK for Kotlin
Toggle table of contents
1.8.23
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
billing
/
aws.sdk.kotlin.services.billing.model
/
CreditSharingType
Credit
Sharing
Type
sealed
class
CreditSharingType
Inheritors
CostCategoryRule
Custom
Default
Disabled
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Cost
Category
Rule
Link copied to clipboard
object
CostCategoryRule
:
CreditSharingType
Custom
Link copied to clipboard
object
Custom
:
CreditSharingType
Default
Link copied to clipboard
object
Default
:
CreditSharingType
Disabled
Link copied to clipboard
object
Disabled
:
CreditSharingType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
CreditSharingType
Properties
value
Link copied to clipboard
abstract
val
value
:
String