AWS SDK for Kotlin
Toggle table of contents
1.5.3
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
xray
/
aws.sdk.kotlin.services.xray.model
/
TraceSegmentDestinationStatus
Trace
Segment
Destination
Status
sealed
class
TraceSegmentDestinationStatus
Inheritors
Active
Pending
SdkUnknown
Members
Types
Active
Link copied to clipboard
object
Active
:
TraceSegmentDestinationStatus
Companion
Link copied to clipboard
object
Companion
Pending
Link copied to clipboard
object
Pending
:
TraceSegmentDestinationStatus
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TraceSegmentDestinationStatus
Properties
value
Link copied to clipboard
abstract
val
value
:
String