Class: Aws::IoT::Types::LogTargetConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

The target configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_levelString

The logging level.

Returns:

  • (String)


11701
11702
11703
11704
11705
11706
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11701

class LogTargetConfiguration < Struct.new(
  :log_target,
  :log_level)
  SENSITIVE = []
  include Aws::Structure
end

#log_targetTypes::LogTarget

A log target

Returns:



11701
11702
11703
11704
11705
11706
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11701

class LogTargetConfiguration < Struct.new(
  :log_target,
  :log_level)
  SENSITIVE = []
  include Aws::Structure
end