InvokeAgentRuntimeCommandResponse
Response for InvokeAgentRuntimeCommand operation.
Types
Properties
Link copied to clipboard
The MIME type of the response data. This indicates how to interpret the response data. Common values include application/json for JSON data.
Link copied to clipboard
The unique identifier of the runtime session in which the command was executed.
Link copied to clipboard
The HTTP status code of the response. A status code of 200 indicates a successful operation. Other status codes indicate various error conditions.
Link copied to clipboard
The streaming output from the command execution. This stream contains events that provide real-time updates including standard output, standard error, and completion status.
Link copied to clipboard
The parent trace information for distributed tracing.
Link copied to clipboard
The trace state information for distributed tracing.
Functions
Link copied to clipboard
inline fun copy(block: InvokeAgentRuntimeCommandResponse.Builder.() -> Unit = {}): InvokeAgentRuntimeCommandResponse