ContainerAttachResponse Class
The information for the output stream from container attach.
Constructor
ContainerAttachResponse(*, web_socket_uri: str | None = None, password: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
web_socket_uri
|
The uri for the output stream from the attach. Default value: None
|
|
password
|
The password to the output stream from the attach. Send as an Authorization header value when connecting to the websocketUri. Default value: None
|