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)


14697
14698
14699
14700
14701
# File 'lib/aws-sdk-securityhub/types.rb', line 14697

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