Class: Aws::Types::FuotaTaskLogOption

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

Returns the value of attribute events.

Returns:



618
619
620
# File 'sig/types.rbs', line 618

def events
  @events
end

#log_level ⇒ "INFO", ...

Returns the value of attribute log_level.

Returns:

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


617
618
619
# File 'sig/types.rbs', line 617

def log_level
  @log_level
end

#type ⇒ "LoRaWAN"

Returns the value of attribute type.

Returns:

  • ("LoRaWAN")


616
617
618
# File 'sig/types.rbs', line 616

def type
  @type
end