AWS SDK for Kotlin
Toggle table of contents
1.5.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
licensemanagerusersubscriptions
/
aws.sdk.kotlin.services.licensemanagerusersubscriptions.model
/
ActiveDirectoryType
Active
Directory
Type
sealed
class
ActiveDirectoryType
Inheritors
AwsManaged
SelfManaged
SdkUnknown
Members
Types
Aws
Managed
Link copied to clipboard
object
AwsManaged
:
ActiveDirectoryType
AWS_MANAGED type of Active Directory
Companion
Link copied to clipboard
object
Companion
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ActiveDirectoryType
Self
Managed
Link copied to clipboard
object
SelfManaged
:
ActiveDirectoryType
SELF_MANAGED type of Active Directory
Properties
value
Link copied to clipboard
abstract
val
value
:
String