Class: Aws::Types::CwLog
- Inherits:
-
Object
- Object
- Aws::Types::CwLog
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cw_log_enabled ⇒ Boolean
Returns the value of attribute cw_log_enabled.
-
#cw_log_group ⇒ ::String
Returns the value of attribute cw_log_group.
Instance Attribute Details
#cw_log_enabled ⇒ Boolean
Returns the value of attribute cw_log_enabled.
151 152 153 |
# File 'sig/types.rbs', line 151 def cw_log_enabled @cw_log_enabled end |
#cw_log_group ⇒ ::String
Returns the value of attribute cw_log_group.
152 153 154 |
# File 'sig/types.rbs', line 152 def cw_log_group @cw_log_group end |