toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
iam
/
aws.sdk.kotlin.services.iam.model
/
ReportStateType
Report
State
Type
sealed
class
ReportStateType
Inheritors
Complete
Inprogress
Started
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Complete
Link copied to clipboard
object
Complete
:
ReportStateType
Inprogress
Link copied to clipboard
object
Inprogress
:
ReportStateType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ReportStateType
Started
Link copied to clipboard
object
Started
:
ReportStateType
Properties
value
Link copied to clipboard
abstract
val
value
:
String