Class: Aws::Types::Prometheus
- Inherits:
-
Object
- Object
- Aws::Types::Prometheus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#jmx_exporter ⇒ Types::JmxExporter
Returns the value of attribute jmx_exporter.
-
#node_exporter ⇒ Types::NodeExporter
Returns the value of attribute node_exporter.
Instance Attribute Details
#jmx_exporter ⇒ Types::JmxExporter
Returns the value of attribute jmx_exporter.
1796 1797 1798 |
# File 'sig/types.rbs', line 1796 def jmx_exporter @jmx_exporter end |
#node_exporter ⇒ Types::NodeExporter
Returns the value of attribute node_exporter.
1797 1798 1799 |
# File 'sig/types.rbs', line 1797 def node_exporter @node_exporter end |