toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
controltower
/
aws.sdk.kotlin.services.controltower.model
/
LandingZoneOperationType
Landing
Zone
Operation
Type
sealed
class
LandingZoneOperationType
Inheritors
Create
Delete
Reset
Update
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Create
Link copied to clipboard
object
Create
:
LandingZoneOperationType
Delete
Link copied to clipboard
object
Delete
:
LandingZoneOperationType
Reset
Link copied to clipboard
object
Reset
:
LandingZoneOperationType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
LandingZoneOperationType
Update
Link copied to clipboard
object
Update
:
LandingZoneOperationType
Properties
value
Link copied to clipboard
abstract
val
value
:
String