Class: Aws::Types::Datapoint
- Inherits:
-
Object
- Object
- Aws::Types::Datapoint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#average ⇒ ::Float
Returns the value of attribute average.
-
#extended_statistics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute extended_statistics.
-
#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.
135 136 137 |
# File 'sig/types.rbs', line 135 def average @average end |
#extended_statistics ⇒ ::Hash[::String, ::Float]
Returns the value of attribute extended_statistics.
140 141 142 |
# File 'sig/types.rbs', line 140 def extended_statistics @extended_statistics end |
#maximum ⇒ ::Float
Returns the value of attribute maximum.
138 139 140 |
# File 'sig/types.rbs', line 138 def maximum @maximum end |
#minimum ⇒ ::Float
Returns the value of attribute minimum.
137 138 139 |
# File 'sig/types.rbs', line 137 def minimum @minimum end |
#sample_count ⇒ ::Float
Returns the value of attribute sample_count.
134 135 136 |
# File 'sig/types.rbs', line 134 def sample_count @sample_count end |
#sum ⇒ ::Float
Returns the value of attribute sum.
136 137 138 |
# File 'sig/types.rbs', line 136 def sum @sum end |
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
133 134 135 |
# File 'sig/types.rbs', line 133 def @timestamp end |
#unit ⇒ "Seconds", ...
Returns the value of attribute unit.
139 140 141 |
# File 'sig/types.rbs', line 139 def unit @unit end |