Module: Aws::XRay::Client::_GetTraceSegmentDestinationResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTraceSegmentDestinationResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#destination ⇒ "XRay", "CloudWatchLogs"
408 |
# File 'sig/client.rbs', line 408
def destination: () -> ("XRay" | "CloudWatchLogs")
|
#status ⇒ "PENDING", "ACTIVE"
409 |
# File 'sig/client.rbs', line 409
def status: () -> ("PENDING" | "ACTIVE")
|