Class: Aws::Types::MetricConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MetricConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_names ⇒ ::Array[::String]
Returns the value of attribute metric_names.
-
#resolution_seconds ⇒ ::Integer
Returns the value of attribute resolution_seconds.
Instance Attribute Details
#metric_names ⇒ ::Array[::String]
Returns the value of attribute metric_names.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def metric_names @metric_names end |
#resolution_seconds ⇒ ::Integer
Returns the value of attribute resolution_seconds.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def resolution_seconds @resolution_seconds end |