AWS SDK for Kotlin
Toggle table of contents
1.5.73
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
servicequotas
/
aws.sdk.kotlin.services.servicequotas.model
/
OptInType
Opt
In
Type
sealed
class
OptInType
Inheritors
NotifyAndAdjust
NotifyOnly
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Notify
And
Adjust
Link copied to clipboard
object
NotifyAndAdjust
:
OptInType
Notify
Only
Link copied to clipboard
object
NotifyOnly
:
OptInType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
OptInType
Properties
value
Link copied to clipboard
abstract
val
value
:
String