Class: Aws::Types::MonitoringConfigurationDescription
- Inherits:
-
Object
- Object
- Aws::Types::MonitoringConfigurationDescription
- 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.
942 943 944 |
# File 'sig/types.rbs', line 942 def configuration_type @configuration_type end |
#log_level ⇒ "INFO", ...
Returns the value of attribute log_level.
944 945 946 |
# File 'sig/types.rbs', line 944 def log_level @log_level end |
#metrics_level ⇒ "APPLICATION", ...
Returns the value of attribute metrics_level.
943 944 945 |
# File 'sig/types.rbs', line 943 def metrics_level @metrics_level end |