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