Class: Aws::Types::MetricDatapoint
- Inherits:
-
Object
- Object
- Aws::Types::MetricDatapoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#average ⇒ ::Float
Returns the value of attribute average.
-
#maximum ⇒ ::Float
Returns the value of attribute maximum.
-
#minimum ⇒ ::Float
Returns the value of attribute minimum.
-
#sample_count ⇒ ::Float
Returns the value of attribute sample_count.
-
#sum ⇒ ::Float
Returns the value of attribute sum.
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
Instance Attribute Details
#average ⇒ ::Float
Returns the value of attribute average.
2430 2431 2432 |
# File 'sig/types.rbs', line 2430 def average @average end |
#maximum ⇒ ::Float
Returns the value of attribute maximum.
2431 2432 2433 |
# File 'sig/types.rbs', line 2431 def maximum @maximum end |
#minimum ⇒ ::Float
Returns the value of attribute minimum.
2432 2433 2434 |
# File 'sig/types.rbs', line 2432 def minimum @minimum end |
#sample_count ⇒ ::Float
Returns the value of attribute sample_count.
2433 2434 2435 |
# File 'sig/types.rbs', line 2433 def sample_count @sample_count end |
#sum ⇒ ::Float
Returns the value of attribute sum.
2434 2435 2436 |
# File 'sig/types.rbs', line 2434 def sum @sum end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
2435 2436 2437 |
# File 'sig/types.rbs', line 2435 def @timestamp end |
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
2436 2437 2438 |
# File 'sig/types.rbs', line 2436 def unit @unit end |