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.
1887 1888 1889 |
# File 'sig/types.rbs', line 1887 def metric_names @metric_names end |
#resolution_seconds ⇒ ::Integer
Returns the value of attribute resolution_seconds.
1888 1889 1890 |
# File 'sig/types.rbs', line 1888 def resolution_seconds @resolution_seconds end |