Class: Aws::SecurityHub::Types::AwsLambdaFunctionTracingConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#modeString

The tracing mode.

Returns:

  • (String)


14690
14691
14692
14693
14694
# File 'lib/aws-sdk-securityhub/types.rb', line 14690

class AwsLambdaFunctionTracingConfig < Struct.new(
  :mode)
  SENSITIVE = []
  include Aws::Structure
end