toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
directoryservice
/
aws.sdk.kotlin.services.directoryservice.model
/
TrustDirection
Trust
Direction
sealed
class
TrustDirection
Inheritors
OneWayIncoming
OneWayOutgoing
TwoWay
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
One
Way
Incoming
Link copied to clipboard
object
OneWayIncoming
:
TrustDirection
One
Way
Outgoing
Link copied to clipboard
object
OneWayOutgoing
:
TrustDirection
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TrustDirection
Two
Way
Link copied to clipboard
object
TwoWay
:
TrustDirection
Properties
value
Link copied to clipboard
abstract
val
value
:
String