Class: Aws::Types::FuotaTaskEventLogOption

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#event ⇒ "Fuota"

Returns the value of attribute event.

Returns:

  • ("Fuota")


610
611
612
# File 'sig/types.rbs', line 610

def event
  @event
end

#log_level ⇒ "INFO", ...

Returns the value of attribute log_level.

Returns:

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


611
612
613
# File 'sig/types.rbs', line 611

def log_level
  @log_level
end