Class: Aws::Types::CloudWatchOutputConfig
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchOutputConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_log_group_name ⇒ ::String
Returns the value of attribute cloud_watch_log_group_name.
-
#cloud_watch_output_enabled ⇒ Boolean
Returns the value of attribute cloud_watch_output_enabled.
Instance Attribute Details
#cloud_watch_log_group_name ⇒ ::String
Returns the value of attribute cloud_watch_log_group_name.
469 470 471 |
# File 'sig/types.rbs', line 469 def cloud_watch_log_group_name @cloud_watch_log_group_name end |
#cloud_watch_output_enabled ⇒ Boolean
Returns the value of attribute cloud_watch_output_enabled.
470 471 472 |
# File 'sig/types.rbs', line 470 def cloud_watch_output_enabled @cloud_watch_output_enabled end |