Struct aws_sdk_lambda::model::TracingConfig
source · #[non_exhaustive]pub struct TracingConfig { /* private fields */ }
Expand description
The function's X-Ray tracing configuration. To sample and record incoming requests, set Mode
to Active
.
Implementations§
source§impl TracingConfig
impl TracingConfig
sourcepub fn mode(&self) -> Option<&TracingMode>
pub fn mode(&self) -> Option<&TracingMode>
The tracing mode.
source§impl TracingConfig
impl TracingConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TracingConfig
.
Trait Implementations§
source§impl Clone for TracingConfig
impl Clone for TracingConfig
source§fn clone(&self) -> TracingConfig
fn clone(&self) -> TracingConfig
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 TracingConfig
impl Debug for TracingConfig
source§impl PartialEq<TracingConfig> for TracingConfig
impl PartialEq<TracingConfig> for TracingConfig
source§fn eq(&self, other: &TracingConfig) -> bool
fn eq(&self, other: &TracingConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.