AWS SDK for Kotlin
Toggle table of contents
1.5.4
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
panorama
/
aws.sdk.kotlin.services.panorama.model
/
UpdateProgress
Update
Progress
sealed
class
UpdateProgress
Inheritors
Completed
Downloading
Failed
InProgress
Pending
Rebooting
Verifying
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Completed
Link copied to clipboard
object
Completed
:
UpdateProgress
Downloading
Link copied to clipboard
object
Downloading
:
UpdateProgress
Failed
Link copied to clipboard
object
Failed
:
UpdateProgress
In
Progress
Link copied to clipboard
object
InProgress
:
UpdateProgress
Pending
Link copied to clipboard
object
Pending
:
UpdateProgress
Rebooting
Link copied to clipboard
object
Rebooting
:
UpdateProgress
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
UpdateProgress
Verifying
Link copied to clipboard
object
Verifying
:
UpdateProgress
Properties
value
Link copied to clipboard
abstract
val
value
:
String