Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::IoTWireless::Types::WirelessGatewayEventLogOption

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Overview

The log options for a wireless gateway event and can be used to set log levels for a specific wireless gateway event.

For a LoRaWAN gateway, possible events for a log message are CUPS_Request and Certificate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#eventString

The event for a log message, if the log message is tied to a wireless gateway.

Returns:

  • (String)

7243
7244
7245
7246
7247
7248
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 7243

class WirelessGatewayEventLogOption < Struct.new(
  :event,
  :log_level)
  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)

7243
7244
7245
7246
7247
7248
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 7243

class WirelessGatewayEventLogOption < Struct.new(
  :event,
  :log_level)
  SENSITIVE = []
  include Aws::Structure
end