Struct cfn::aws::lambda::function::TracingConfig [] [src]

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

Fields

Property Mode.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for TracingConfig
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for TracingConfig
[src]

[src]

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

Auto Trait Implementations

impl Send for TracingConfig

impl Sync for TracingConfig