Class: Aws::Types::MetricToRetain
- Inherits:
-
Object
- Object
- Aws::Types::MetricToRetain
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#export_metric ⇒ Boolean
Returns the value of attribute export_metric.
-
#metric ⇒ ::String
Returns the value of attribute metric.
-
#metric_dimension ⇒ Types::MetricDimension
Returns the value of attribute metric_dimension.
Instance Attribute Details
#export_metric ⇒ Boolean
Returns the value of attribute export_metric.
3922 3923 3924 |
# File 'sig/types.rbs', line 3922 def export_metric @export_metric end |
#metric ⇒ ::String
Returns the value of attribute metric.
3920 3921 3922 |
# File 'sig/types.rbs', line 3920 def metric @metric end |
#metric_dimension ⇒ Types::MetricDimension
Returns the value of attribute metric_dimension.
3921 3922 3923 |
# File 'sig/types.rbs', line 3921 def metric_dimension @metric_dimension end |