AWS SDK for Kotlin
Toggle table of contents
1.8.2
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
billing
/
aws.sdk.kotlin.services.billing.model
/
ApplicationType
Application
Type
sealed
class
ApplicationType
Inheritors
AfterDiscounts
BeforeCrossServiceDiscounts
SdkUnknown
Members
Types
After
Discounts
Link copied to clipboard
object
AfterDiscounts
:
ApplicationType
Before
Cross
Service
Discounts
Link copied to clipboard
object
BeforeCrossServiceDiscounts
:
ApplicationType
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ApplicationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String