Class: Aws::IoTWireless::Types::WirelessGatewayLogOption
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::IoTWireless::Types::WirelessGatewayLogOption
 
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
The log options for wireless gateways and can be used to set log levels for a specific type of wireless gateway.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #events  ⇒ Array<Types::WirelessGatewayEventLogOption> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The list of wireless gateway event log options. 
- 
  
    
      #log_level  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The log level for a log message. 
- 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The wireless gateway type. 
Instance Attribute Details
#events ⇒ Array<Types::WirelessGatewayEventLogOption>
The list of wireless gateway event log options.
| 7354 7355 7356 7357 7358 7359 7360 | # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 7354 class WirelessGatewayLogOption < Struct.new( :type, :log_level, :events) SENSITIVE = [] include Aws::Structure end | 
#log_level ⇒ String
The log level for a log message. The log levels can be disabled, or
set to ERROR to display less verbose logs containing only error
information, or to INFO for more detailed logs.
| 7354 7355 7356 7357 7358 7359 7360 | # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 7354 class WirelessGatewayLogOption < Struct.new( :type, :log_level, :events) SENSITIVE = [] include Aws::Structure end | 
#type ⇒ String
The wireless gateway type.
| 7354 7355 7356 7357 7358 7359 7360 | # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 7354 class WirelessGatewayLogOption < Struct.new( :type, :log_level, :events) SENSITIVE = [] include Aws::Structure end |