Class: Aws::Types::LogConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logs_role_arn::String

Returns the value of attribute cloud_watch_logs_role_arn.

Returns:

  • (::String)


1115
1116
1117
# File 'sig/types.rbs', line 1115

def cloud_watch_logs_role_arn
  @cloud_watch_logs_role_arn
end

#exclude_verbose_contentBoolean

Returns the value of attribute exclude_verbose_content.

Returns:

  • (Boolean)


1116
1117
1118
# File 'sig/types.rbs', line 1116

def exclude_verbose_content
  @exclude_verbose_content
end

#field_log_level"NONE", ...

Returns the value of attribute field_log_level.

Returns:

  • ("NONE", "ERROR", "ALL", "INFO", "DEBUG")


1114
1115
1116
# File 'sig/types.rbs', line 1114

def field_log_level
  @field_log_level
end