Struct rusoto_lambda::TracingConfig [] [src]

pub struct TracingConfig {
    pub mode: Option<String>,
}

The parent object that contains your function's tracing settings.

Fields

Can be either PassThrough or Active. If PassThrough, Lambda will only trace the request from an upstream service if it contains a tracing header with "sampled=1". If Active, Lambda will respect any tracing header it receives from an upstream service. If no tracing header is received, Lambda will call X-Ray for a tracing decision.

Trait Implementations

impl Default for TracingConfig
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for TracingConfig
[src]

[src]

Formats the value using the given formatter.

impl Clone for TracingConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more