AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
computeoptimizer
/
aws.sdk.kotlin.services.computeoptimizer.model
/
LicenseEdition
License
Edition
sealed
class
LicenseEdition
Inheritors
Enterprise
Free
NoLicenseEditionFound
Standard
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Enterprise
Link copied to clipboard
object
Enterprise
:
LicenseEdition
Free
Link copied to clipboard
object
Free
:
LicenseEdition
No
License
Edition
Found
Link copied to clipboard
object
NoLicenseEditionFound
:
LicenseEdition
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
LicenseEdition
Standard
Link copied to clipboard
object
Standard
:
LicenseEdition
Properties
value
Link copied to clipboard
abstract
val
value
:
String