Class: Aws::Types::CloudWatchLog
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchLog
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_group ⇒ ::String
Returns the value of attribute log_group.
-
#log_stream ⇒ ::String
Returns the value of attribute log_stream.
Instance Attribute Details
#log_group ⇒ ::String
Returns the value of attribute log_group.
427 428 429 |
# File 'sig/types.rbs', line 427 def log_group @log_group end |
#log_stream ⇒ ::String
Returns the value of attribute log_stream.
428 429 430 |
# File 'sig/types.rbs', line 428 def log_stream @log_stream end |