toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
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