Class: Aws::Types::FuotaTaskLogOption
- Inherits:
-
Object
- Object
- Aws::Types::FuotaTaskLogOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#events ⇒ ::Array[Types::FuotaTaskEventLogOption]
Returns the value of attribute events.
-
#log_level ⇒ "INFO", ...
Returns the value of attribute log_level.
-
#type ⇒ "LoRaWAN"
Returns the value of attribute type.
Instance Attribute Details
#events ⇒ ::Array[Types::FuotaTaskEventLogOption]
Returns the value of attribute events.
618 619 620 |
# File 'sig/types.rbs', line 618 def events @events end |
#log_level ⇒ "INFO", ...
Returns the value of attribute log_level.
617 618 619 |
# File 'sig/types.rbs', line 617 def log_level @log_level end |
#type ⇒ "LoRaWAN"
Returns the value of attribute type.
616 617 618 |
# File 'sig/types.rbs', line 616 def type @type end |