Class: Aws::Types::WirelessGatewayLogOption

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::WirelessGatewayEventLogOption]

Returns the value of attribute events.



2390
2391
2392
# File 'sig/types.rbs', line 2390

def events
  @events
end

#log_level ⇒ "INFO", ...

Returns the value of attribute log_level.

Returns:

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


2389
2390
2391
# File 'sig/types.rbs', line 2389

def log_level
  @log_level
end

#type ⇒ "LoRaWAN"

Returns the value of attribute type.

Returns:

  • ("LoRaWAN")


2388
2389
2390
# File 'sig/types.rbs', line 2388

def type
  @type
end