Class: Aws::Types::Metric
- Inherits:
-
Object
- Object
- Aws::Types::Metric
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_query ⇒ Types::MetricQuery
Returns the value of attribute metric_query.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#references ⇒ ::Array[Types::MetricReference]
Returns the value of attribute references.
-
#statistics_details ⇒ ::String
Returns the value of attribute statistics_details.
Instance Attribute Details
#metric_query ⇒ Types::MetricQuery
Returns the value of attribute metric_query.
2888 2889 2890 |
# File 'sig/types.rbs', line 2888 def metric_query @metric_query end |
#name ⇒ ::String
Returns the value of attribute name.
2885 2886 2887 |
# File 'sig/types.rbs', line 2885 def name @name end |
#references ⇒ ::Array[Types::MetricReference]
Returns the value of attribute references.
2886 2887 2888 |
# File 'sig/types.rbs', line 2886 def references @references end |
#statistics_details ⇒ ::String
Returns the value of attribute statistics_details.
2887 2888 2889 |
# File 'sig/types.rbs', line 2887 def statistics_details @statistics_details end |