#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for Session
Implementations
The ID of the execute command session.
The ID of the execute command session.
A URL back to managed agent on the container that the SSM Session Manager client uses to send commands and receive output from the container.
A URL back to managed agent on the container that the SSM Session Manager client uses to send commands and receive output from the container.
An encrypted token value containing session and caller information. It's used to authenticate the connection to the container.
An encrypted token value containing session and caller information. It's used to authenticate the connection to the container.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more