Class: Aws::Types::LoggingConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_log_level"TRACE", ...

Returns the value of attribute application_log_level.

Returns:

  • ("TRACE", "DEBUG", "INFO", "WARN", "ERROR", "FATAL")


1630
1631
1632
# File 'sig/types.rbs', line 1630

def application_log_level
  @application_log_level
end

#log_format"JSON", "Text"

Returns the value of attribute log_format.

Returns:

  • ("JSON", "Text")


1629
1630
1631
# File 'sig/types.rbs', line 1629

def log_format
  @log_format
end

#log_group::String

Returns the value of attribute log_group.

Returns:

  • (::String)


1632
1633
1634
# File 'sig/types.rbs', line 1632

def log_group
  @log_group
end

#system_log_level"DEBUG", ...

Returns the value of attribute system_log_level.

Returns:

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


1631
1632
1633
# File 'sig/types.rbs', line 1631

def system_log_level
  @system_log_level
end