Class: Aws::Types::LogTargetConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#log_level"DEBUG", ...

Returns the value of attribute log_level.

Returns:

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


3872
3873
3874
# File 'sig/types.rbs', line 3872

def log_level
  @log_level
end

#log_targetTypes::LogTarget

Returns the value of attribute log_target.

Returns:



3871
3872
3873
# File 'sig/types.rbs', line 3871

def log_target
  @log_target
end