Class: Aws::Types::WirelessDeviceLogOption
- Inherits:
-
Object
- Object
- Aws::Types::WirelessDeviceLogOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#events ⇒ ::Array[Types::WirelessDeviceEventLogOption]
Returns the value of attribute events.
-
#log_level ⇒ "INFO", ...
Returns the value of attribute log_level.
-
#type ⇒ "Sidewalk", "LoRaWAN"
Returns the value of attribute type.
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.
2360 2361 2362 |
# File 'sig/types.rbs', line 2360 def log_level @log_level end |
#type ⇒ "Sidewalk", "LoRaWAN"
Returns the value of attribute type.
2359 2360 2361 |
# File 'sig/types.rbs', line 2359 def type @type end |