Class: Aws::Types::LogConfig
- Inherits:
-
Object
- Object
- Aws::Types::LogConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs_role_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_role_arn.
-
#exclude_verbose_content ⇒ Boolean
Returns the value of attribute exclude_verbose_content.
-
#field_log_level ⇒ "NONE", ...
Returns the value of attribute field_log_level.
Instance Attribute Details
#cloud_watch_logs_role_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_role_arn.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def cloud_watch_logs_role_arn @cloud_watch_logs_role_arn end |
#exclude_verbose_content ⇒ Boolean
Returns the value of attribute exclude_verbose_content.
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.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def field_log_level @field_log_level end |