Class: Aws::IoT::Types::LogTargetConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::LogTargetConfiguration
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The target configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_level ⇒ String
The logging level.
-
#log_target ⇒ Types::LogTarget
A log target.
Instance Attribute Details
#log_level ⇒ String
The logging level.
12193 12194 12195 12196 12197 12198 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12193 class LogTargetConfiguration < Struct.new( :log_target, :log_level) SENSITIVE = [] include Aws::Structure end |
#log_target ⇒ Types::LogTarget
A log target
12193 12194 12195 12196 12197 12198 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 12193 class LogTargetConfiguration < Struct.new( :log_target, :log_level) SENSITIVE = [] include Aws::Structure end |