You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::SetV2LoggingLevelRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoT::Types::SetV2LoggingLevelRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing SetV2LoggingLevelRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  log_target: { # required
    target_type: "DEFAULT", # required, accepts DEFAULT, THING_GROUP
    target_name: "LogTargetName",
  },
  log_level: "DEBUG", # required, accepts DEBUG, INFO, ERROR, WARN, DISABLED
}
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.
Possible values:
- DEBUG
- INFO
- ERROR
- WARN
- DISABLED
#log_target ⇒ Types::LogTarget
The log target.