Class: Aws::Types::EventLogConfig
- Inherits:
-
Object
- Object
- Aws::Types::EventLogConfig
- 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.
-
#log_level ⇒ "NONE", ...
Returns the value of attribute log_level.
Instance Attribute Details
#cloud_watch_logs_role_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_role_arn.
660 661 662 |
# File 'sig/types.rbs', line 660 def cloud_watch_logs_role_arn @cloud_watch_logs_role_arn end |
#log_level ⇒ "NONE", ...
Returns the value of attribute log_level.
659 660 661 |
# File 'sig/types.rbs', line 659 def log_level @log_level end |