Class: Aws::Types::LogPublishingOption
- Inherits:
-
Object
- Object
- Aws::Types::LogPublishingOption
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_log_group_arn.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
Instance Attribute Details
#cloud_watch_logs_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_logs_log_group_arn.
1807 1808 1809 |
# File 'sig/types.rbs', line 1807 def cloud_watch_logs_log_group_arn @cloud_watch_logs_log_group_arn end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
1808 1809 1810 |
# File 'sig/types.rbs', line 1808 def enabled @enabled end |