Class: Aws::IoTWireless::Types::WirelessGatewayLogOption

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#eventsArray<Types::WirelessGatewayEventLogOption>

The list of wireless gateway event log options.



6776
6777
6778
6779
6780
6781
6782
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6776

class WirelessGatewayLogOption < Struct.new(
  :type,
  :log_level,
  :events)
  SENSITIVE = []
  include Aws::Structure
end

#log_levelString

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.

Returns:

  • (String)


6776
6777
6778
6779
6780
6781
6782
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6776

class WirelessGatewayLogOption < Struct.new(
  :type,
  :log_level,
  :events)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The wireless gateway type.

Returns:

  • (String)


6776
6777
6778
6779
6780
6781
6782
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 6776

class WirelessGatewayLogOption < Struct.new(
  :type,
  :log_level,
  :events)
  SENSITIVE = []
  include Aws::Structure
end