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