Class: Aws::Types::ATIMetricDataPoint
- Inherits:
-
Object
- Object
- Aws::Types::ATIMetricDataPoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adr ⇒ ::Float
Returns the value of attribute adr.
-
#atodr ⇒ ::Float
Returns the value of attribute atodr.
-
#cr ⇒ ::Float
Returns the value of attribute cr.
-
#threshold ⇒ ::Float
Returns the value of attribute threshold.
Instance Attribute Details
#adr ⇒ ::Float
Returns the value of attribute adr.
13 14 15 |
# File 'sig/types.rbs', line 13 def adr @adr end |
#atodr ⇒ ::Float
Returns the value of attribute atodr.
15 16 17 |
# File 'sig/types.rbs', line 15 def atodr @atodr end |
#cr ⇒ ::Float
Returns the value of attribute cr.
12 13 14 |
# File 'sig/types.rbs', line 12 def cr @cr end |
#threshold ⇒ ::Float
Returns the value of attribute threshold.
14 15 16 |
# File 'sig/types.rbs', line 14 def threshold @threshold end |