Class: Aws::Types::MetricDataPoint
- Inherits:
-
Object
- Object
- Aws::Types::MetricDataPoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fpr ⇒ ::Float
Returns the value of attribute fpr.
-
#precision ⇒ ::Float
Returns the value of attribute precision.
-
#threshold ⇒ ::Float
Returns the value of attribute threshold.
-
#tpr ⇒ ::Float
Returns the value of attribute tpr.
Instance Attribute Details
#fpr ⇒ ::Float
Returns the value of attribute fpr.
978 979 980 |
# File 'sig/types.rbs', line 978 def fpr @fpr end |
#precision ⇒ ::Float
Returns the value of attribute precision.
979 980 981 |
# File 'sig/types.rbs', line 979 def precision @precision end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
981 982 983 |
# File 'sig/types.rbs', line 981 def threshold @threshold end |
#tpr ⇒ ::Float
Returns the value of attribute tpr.
980 981 982 |
# File 'sig/types.rbs', line 980 def tpr @tpr end |