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.
1810 1811 1812 |
# File 'sig/types.rbs', line 1810 def jmx_exporter @jmx_exporter end |
#node_exporter ⇒ Types::NodeExporterInfo
Returns the value of attribute node_exporter.
1811 1812 1813 |
# File 'sig/types.rbs', line 1811 def node_exporter @node_exporter end |