Class: Aws::Types::WirelessDeviceLogOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#events ⇒ ::Array[Types::WirelessDeviceEventLogOption]

Returns the value of attribute events.



2361
2362
2363
# File 'sig/types.rbs', line 2361

def events
  @events
end

#log_level ⇒ "INFO", ...

Returns the value of attribute log_level.

Returns:

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


2360
2361
2362
# File 'sig/types.rbs', line 2360

def log_level
  @log_level
end

#type ⇒ "Sidewalk", "LoRaWAN"

Returns the value of attribute type.

Returns:

  • ("Sidewalk", "LoRaWAN")


2359
2360
2361
# File 'sig/types.rbs', line 2359

def type
  @type
end