Class: Aws::Types::ModuleLoggingConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_log_group_arn ⇒ ::String

Returns the value of attribute cloud_watch_log_group_arn.

Returns:

  • (::String)


218
219
220
# File 'sig/types.rbs', line 218

def cloud_watch_log_group_arn
  @cloud_watch_log_group_arn
end

#enabled ⇒ Boolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


216
217
218
# File 'sig/types.rbs', line 216

def enabled
  @enabled
end

#log_level ⇒ "CRITICAL", ...

Returns the value of attribute log_level.

Returns:

  • ("CRITICAL", "ERROR", "WARNING", "INFO", "DEBUG")


217
218
219
# File 'sig/types.rbs', line 217

def log_level
  @log_level
end