AWS SDK for Kotlin
Toggle table of contents
1.8.23
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
gameliftstreams
/
aws.sdk.kotlin.services.gameliftstreams.model
/
StreamUrlStatus
Stream
Url
Status
sealed
class
StreamUrlStatus
Inheritors
Active
Expired
LimitReached
Revoked
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
StreamUrlStatus
Companion
Link copied to clipboard
object
Companion
Expired
Link copied to clipboard
object
Expired
:
StreamUrlStatus
Limit
Reached
Link copied to clipboard
object
LimitReached
:
StreamUrlStatus
Revoked
Link copied to clipboard
object
Revoked
:
StreamUrlStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
StreamUrlStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String