Class: Aws::Types::WirelessDeviceEventLogOption

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event ⇒ "Join", ...

Returns the value of attribute event.

Returns:

  • ("Join", "Rejoin", "Uplink_Data", "Downlink_Data", "Registration")


2337
2338
2339
# File 'sig/types.rbs', line 2337

def event
  @event
end

#log_level ⇒ "INFO", ...

Returns the value of attribute log_level.

Returns:

  • ("INFO", "ERROR", "DISABLED")


2338
2339
2340
# File 'sig/types.rbs', line 2338

def log_level
  @log_level
end