Class: Aws::Types::ParametricCloudWatchMonitoringConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ParametricCloudWatchMonitoringConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
-
#log_stream_name_prefix ⇒ ::String
Returns the value of attribute log_stream_name_prefix.
Instance Attribute Details
#log_group_name ⇒ ::String
Returns the value of attribute log_group_name.
507 508 509 |
# File 'sig/types.rbs', line 507 def log_group_name @log_group_name end |
#log_stream_name_prefix ⇒ ::String
Returns the value of attribute log_stream_name_prefix.
508 509 510 |
# File 'sig/types.rbs', line 508 def log_stream_name_prefix @log_stream_name_prefix end |