Class: Aws::Types::StatisticSet
- Inherits:
-
Object
- Object
- Aws::Types::StatisticSet
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
Instance Attribute Details
#maximum ⇒ ::Float
Returns the value of attribute maximum.
1125 1126 1127 |
# File 'sig/types.rbs', line 1125 def maximum @maximum end |
#minimum ⇒ ::Float
Returns the value of attribute minimum.
1124 1125 1126 |
# File 'sig/types.rbs', line 1124 def minimum @minimum end |
#sample_count ⇒ ::Float
Returns the value of attribute sample_count.
1122 1123 1124 |
# File 'sig/types.rbs', line 1122 def sample_count @sample_count end |
#sum ⇒ ::Float
Returns the value of attribute sum.
1123 1124 1125 |
# File 'sig/types.rbs', line 1123 def sum @sum end |