AWS SDK for Kotlin
Toggle table of contents
1.5.109
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
observabilityadmin
/
aws.sdk.kotlin.services.observabilityadmin.model
/
TelemetryPipelineStatus
Telemetry
Pipeline
Status
sealed
class
TelemetryPipelineStatus
Inheritors
Active
CreateFailed
Creating
Deleting
UpdateFailed
Updating
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
TelemetryPipelineStatus
Companion
Link copied to clipboard
object
Companion
Create
Failed
Link copied to clipboard
object
CreateFailed
:
TelemetryPipelineStatus
Creating
Link copied to clipboard
object
Creating
:
TelemetryPipelineStatus
Deleting
Link copied to clipboard
object
Deleting
:
TelemetryPipelineStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TelemetryPipelineStatus
Update
Failed
Link copied to clipboard
object
UpdateFailed
:
TelemetryPipelineStatus
Updating
Link copied to clipboard
object
Updating
:
TelemetryPipelineStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String