AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iam
/
aws.sdk.kotlin.services.iam.model
/
StatusType
Status
Type
sealed
class
StatusType
Inheritors
Active
Expired
Inactive
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
StatusType
Companion
Link copied to clipboard
object
Companion
Expired
Link copied to clipboard
object
Expired
:
StatusType
Inactive
Link copied to clipboard
object
Inactive
:
StatusType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StatusType
Properties
value
Link copied to clipboard
abstract
val
value
:
String