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

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

Overview

The target configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#log_levelString

The logging level.

Returns:

  • (String)


7849
7850
7851
7852
7853
# File 'lib/aws-sdk-iot/types.rb', line 7849

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

#log_targetTypes::LogTarget

A log target

Returns:



7849
7850
7851
7852
7853
# File 'lib/aws-sdk-iot/types.rb', line 7849

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