Class: Aws::IoT::Types::SetV2LoggingLevelRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoT::Types::SetV2LoggingLevelRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-iot/types.rb
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #log_level  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The log level.
 - 
  
    
      #log_target  ⇒ Types::LogTarget 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The log target.
 
Instance Attribute Details
#log_level ⇒ String
The log level.
      13804 13805 13806 13807 13808 13809  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13804 class SetV2LoggingLevelRequest < Struct.new( :log_target, :log_level) SENSITIVE = [] include Aws::Structure end  | 
  
#log_target ⇒ Types::LogTarget
The log target.
      13804 13805 13806 13807 13808 13809  | 
    
      # File 'lib/aws-sdk-iot/types.rb', line 13804 class SetV2LoggingLevelRequest < Struct.new( :log_target, :log_level) SENSITIVE = [] include Aws::Structure end  |