AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
neptunegraph
/
aws.sdk.kotlin.services.neptunegraph.model
/
PrivateGraphEndpointStatus
Private
Graph
Endpoint
Status
sealed
class
PrivateGraphEndpointStatus
Inheritors
Available
Creating
Deleting
Failed
SdkUnknown
Members
Types
Available
Link copied to clipboard
object
Available
:
PrivateGraphEndpointStatus
Companion
Link copied to clipboard
object
Companion
Creating
Link copied to clipboard
object
Creating
:
PrivateGraphEndpointStatus
Deleting
Link copied to clipboard
object
Deleting
:
PrivateGraphEndpointStatus
Failed
Link copied to clipboard
object
Failed
:
PrivateGraphEndpointStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
PrivateGraphEndpointStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String