Class: Aws::Types::CloudWatchLogs
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchLogs
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
Instance Attribute Details
#enabled ⇒ Boolean
Returns the value of attribute enabled.
95 96 97 |
# File 'sig/types.rbs', line 95 def enabled @enabled end |
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
96 97 98 |
# File 'sig/types.rbs', line 96 def log_group_name @log_group_name end |
#log_stream_name ⇒ ::String
Returns the value of attribute log_stream_name.
97 98 99 |
# File 'sig/types.rbs', line 97 def log_stream_name @log_stream_name end |