Class: Aws::Types::PrometheusInfo
- Inherits:
-
Object
- Object
- Aws::Types::PrometheusInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#jmx_exporter ⇒ Types::JmxExporterInfo
Returns the value of attribute jmx_exporter.
-
#node_exporter ⇒ Types::NodeExporterInfo
Returns the value of attribute node_exporter.
Instance Attribute Details
#jmx_exporter ⇒ Types::JmxExporterInfo
Returns the value of attribute jmx_exporter.
1802 1803 1804 |
# File 'sig/types.rbs', line 1802 def jmx_exporter @jmx_exporter end |
#node_exporter ⇒ Types::NodeExporterInfo
Returns the value of attribute node_exporter.
1803 1804 1805 |
# File 'sig/types.rbs', line 1803 def node_exporter @node_exporter end |