Struct rusoto_lambda::TracingConfig [−][src]
The parent object that contains your function's tracing settings.
Fields
mode: Option<String>
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]
impl Default for TracingConfigfn default() -> TracingConfig[src]
fn default() -> TracingConfigReturns the "default value" for a type. Read more
impl Debug for TracingConfig[src]
impl Debug for TracingConfigfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for TracingConfig[src]
impl Clone for TracingConfigfn clone(&self) -> TracingConfig[src]
fn clone(&self) -> TracingConfigReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for TracingConfig[src]
impl PartialEq for TracingConfigfn eq(&self, other: &TracingConfig) -> bool[src]
fn eq(&self, other: &TracingConfig) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TracingConfig) -> bool[src]
fn ne(&self, other: &TracingConfig) -> boolThis method tests for !=.
Auto Trait Implementations
impl Send for TracingConfig
impl Send for TracingConfigimpl Sync for TracingConfig
impl Sync for TracingConfig