Class: Aws::SecurityHub::Types::AwsLambdaFunctionTracingConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsLambdaFunctionTracingConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The function’s X-Ray tracing configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mode ⇒ String
The tracing mode.
Instance Attribute Details
#mode ⇒ String
The tracing mode.
14690 14691 14692 14693 14694 |
# File 'lib/aws-sdk-securityhub/types.rb', line 14690 class AwsLambdaFunctionTracingConfig < Struct.new( :mode) SENSITIVE = [] include Aws::Structure end |