Class: Aws::Types::ReplicatorCloudWatchLogs
- Inherits:
-
Object
- Object
- Aws::Types::ReplicatorCloudWatchLogs
- 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.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def enabled @enabled end |
#log_group ⇒ ::String
Returns the value of attribute log_group.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def log_group @log_group end |