Class: Aws::Types::GetObjectTypeAttributeStatisticsStats
- Inherits:
-
Object
- Object
- Aws::Types::GetObjectTypeAttributeStatisticsStats
- 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.
-
#percentiles ⇒ Types::GetObjectTypeAttributeStatisticsPercentiles
Returns the value of attribute percentiles.
-
#standard_deviation ⇒ ::Float
Returns the value of attribute standard_deviation.
Instance Attribute Details
#average ⇒ ::Float
Returns the value of attribute average.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def average @average end |
#maximum ⇒ ::Float
Returns the value of attribute maximum.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def maximum @maximum end |
#minimum ⇒ ::Float
Returns the value of attribute minimum.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def minimum @minimum end |
#percentiles ⇒ Types::GetObjectTypeAttributeStatisticsPercentiles
Returns the value of attribute percentiles.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def percentiles @percentiles end |
#standard_deviation ⇒ ::Float
Returns the value of attribute standard_deviation.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def standard_deviation @standard_deviation end |