Class: Aws::Types::GetObjectTypeAttributeStatisticsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetObjectTypeAttributeStatisticsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#calculated_at ⇒ ::Time
Returns the value of attribute calculated_at.
-
#statistics ⇒ Types::GetObjectTypeAttributeStatisticsStats
Returns the value of attribute statistics.
Instance Attribute Details
#calculated_at ⇒ ::Time
Returns the value of attribute calculated_at.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def calculated_at @calculated_at end |
#statistics ⇒ Types::GetObjectTypeAttributeStatisticsStats
Returns the value of attribute statistics.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def statistics @statistics end |