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