AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
ram
/
aws.sdk.kotlin.services.ram.model
/
PermissionStatus
Permission
Status
sealed
class
PermissionStatus
Inheritors
Attachable
Deleted
Deleting
Unattachable
SdkUnknown
Members
Types
Attachable
Link copied to clipboard
object
Attachable
:
PermissionStatus
Companion
Link copied to clipboard
object
Companion
Deleted
Link copied to clipboard
object
Deleted
:
PermissionStatus
Deleting
Link copied to clipboard
object
Deleting
:
PermissionStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PermissionStatus
Unattachable
Link copied to clipboard
object
Unattachable
:
PermissionStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String