Share via


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
str

The uri for the output stream from the attach.

Default value: None
password
str

The password to the output stream from the attach. Send as an Authorization header value when connecting to the websocketUri.

Default value: None

Variables

Name Description
web_socket_uri
str

The uri for the output stream from the attach.

password
str

The password to the output stream from the attach. Send as an Authorization header value when connecting to the websocketUri.