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")


1648
1649
1650
# File 'sig/types.rbs', line 1648

def application_log_level
  @application_log_level
end

#log_format"JSON", "Text"

Returns the value of attribute log_format.

Returns:

  • ("JSON", "Text")


1647
1648
1649
# File 'sig/types.rbs', line 1647

def log_format
  @log_format
end

#log_group::String

Returns the value of attribute log_group.

Returns:

  • (::String)


1650
1651
1652
# File 'sig/types.rbs', line 1650

def log_group
  @log_group
end

#system_log_level"DEBUG", ...

Returns the value of attribute system_log_level.

Returns:

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


1649
1650
1651
# File 'sig/types.rbs', line 1649

def system_log_level
  @system_log_level
end