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