Class: Aws::Types::MonitoringConfigurationUpdate
- Inherits:
-
Object
- Object
- Aws::Types::MonitoringConfigurationUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_type_update ⇒ "DEFAULT", "CUSTOM"
Returns the value of attribute configuration_type_update.
-
#log_level_update ⇒ "INFO", ...
Returns the value of attribute log_level_update.
-
#metrics_level_update ⇒ "APPLICATION", ...
Returns the value of attribute metrics_level_update.
Instance Attribute Details
#configuration_type_update ⇒ "DEFAULT", "CUSTOM"
Returns the value of attribute configuration_type_update.
949 950 951 |
# File 'sig/types.rbs', line 949 def configuration_type_update @configuration_type_update end |
#log_level_update ⇒ "INFO", ...
Returns the value of attribute log_level_update.
951 952 953 |
# File 'sig/types.rbs', line 951 def log_level_update @log_level_update end |
#metrics_level_update ⇒ "APPLICATION", ...
Returns the value of attribute metrics_level_update.
950 951 952 |
# File 'sig/types.rbs', line 950 def metrics_level_update @metrics_level_update end |