Class: Aws::Types::CloudWatchLogsLogDelivery
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchLogsLogDelivery
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#log_group ⇒ ::String
Returns the value of attribute log_group.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
77 78 79 |
# File 'sig/types.rbs', line 77 def enabled @enabled end |
#log_group ⇒ ::String
Returns the value of attribute log_group.
78 79 80 |
# File 'sig/types.rbs', line 78 def log_group @log_group end |