AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
directoryservice
/
aws.sdk.kotlin.services.directoryservice.model
/
ShareStatus
Share
Status
sealed
class
ShareStatus
Inheritors
Deleted
Deleting
PendingAcceptance
Rejected
Rejecting
RejectFailed
Shared
ShareFailed
Sharing
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
ShareStatus
Deleting
Link copied to clipboard
object
Deleting
:
ShareStatus
Pending
Acceptance
Link copied to clipboard
object
PendingAcceptance
:
ShareStatus
Rejected
Link copied to clipboard
object
Rejected
:
ShareStatus
Reject
Failed
Link copied to clipboard
object
RejectFailed
:
ShareStatus
Rejecting
Link copied to clipboard
object
Rejecting
:
ShareStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ShareStatus
Shared
Link copied to clipboard
object
Shared
:
ShareStatus
Share
Failed
Link copied to clipboard
object
ShareFailed
:
ShareStatus
Sharing
Link copied to clipboard
object
Sharing
:
ShareStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String