Class: Aws::Types::MonitoringConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MonitoringConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#configuration_type ⇒ "DEFAULT", "CUSTOM"
Returns the value of attribute configuration_type.
-
#log_level ⇒ "INFO", ...
Returns the value of attribute log_level.
-
#metrics_level ⇒ "APPLICATION", ...
Returns the value of attribute metrics_level.
Instance Attribute Details
#configuration_type ⇒ "DEFAULT", "CUSTOM"
Returns the value of attribute configuration_type.
935 936 937 |
# File 'sig/types.rbs', line 935 def configuration_type @configuration_type end |
#log_level ⇒ "INFO", ...
Returns the value of attribute log_level.
937 938 939 |
# File 'sig/types.rbs', line 937 def log_level @log_level end |
#metrics_level ⇒ "APPLICATION", ...
Returns the value of attribute metrics_level.
936 937 938 |
# File 'sig/types.rbs', line 936 def metrics_level @metrics_level end |