AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
datazone
/
aws.sdk.kotlin.services.datazone.model
/
SelfGrantStatus
Self
Grant
Status
sealed
class
SelfGrantStatus
Inheritors
Granted
GrantFailed
GrantInProgress
GrantPending
RevokeFailed
RevokeInProgress
RevokePending
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Granted
Link copied to clipboard
object
Granted
:
SelfGrantStatus
Grant
Failed
Link copied to clipboard
object
GrantFailed
:
SelfGrantStatus
Grant
In
Progress
Link copied to clipboard
object
GrantInProgress
:
SelfGrantStatus
Grant
Pending
Link copied to clipboard
object
GrantPending
:
SelfGrantStatus
Revoke
Failed
Link copied to clipboard
object
RevokeFailed
:
SelfGrantStatus
Revoke
In
Progress
Link copied to clipboard
object
RevokeInProgress
:
SelfGrantStatus
Revoke
Pending
Link copied to clipboard
object
RevokePending
:
SelfGrantStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
SelfGrantStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String