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