Struct aws_sdk_codebuild::model::DebugSession
source · #[non_exhaustive]pub struct DebugSession { /* private fields */ }
Expand description
Contains information about the debug session for a build. For more information, see Viewing a running build in Session Manager.
Implementations§
source§impl DebugSession
impl DebugSession
sourcepub fn session_enabled(&self) -> Option<bool>
pub fn session_enabled(&self) -> Option<bool>
Specifies if session debugging is enabled for this build.
sourcepub fn session_target(&self) -> Option<&str>
pub fn session_target(&self) -> Option<&str>
Contains the identifier of the Session Manager session used for the build. To work with the paused build, you open this session to examine, control, and resume the build.
source§impl DebugSession
impl DebugSession
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DebugSession
.
Trait Implementations§
source§impl Clone for DebugSession
impl Clone for DebugSession
source§fn clone(&self) -> DebugSession
fn clone(&self) -> DebugSession
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for DebugSession
impl Debug for DebugSession
source§impl PartialEq<DebugSession> for DebugSession
impl PartialEq<DebugSession> for DebugSession
source§fn eq(&self, other: &DebugSession) -> bool
fn eq(&self, other: &DebugSession) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.