Class: Aws::Lambda::Types::TracingConfig
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Lambda::Types::TracingConfig
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lambda/types.rb
 
Overview
The function’s [X-Ray] tracing configuration. To sample and record incoming requests, set ‘Mode` to `Active`.
[1]: docs.aws.amazon.com/lambda/latest/dg/services-xray.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #mode  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tracing mode.
 
Instance Attribute Details
#mode ⇒ String
The tracing mode.
      6106 6107 6108 6109 6110  | 
    
      # File 'lib/aws-sdk-lambda/types.rb', line 6106 class TracingConfig < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end  |