Class: Aws::Types::ObjectLevelStatistics
- Inherits:
-
Object
- Object
- Aws::Types::ObjectLevelStatistics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#file_type ⇒ ::Integer
Returns the value of attribute file_type.
-
#storage_class ⇒ ::Integer
Returns the value of attribute storage_class.
-
#total ⇒ ::Integer
Returns the value of attribute total.
Instance Attribute Details
#file_type ⇒ ::Integer
Returns the value of attribute file_type.
1386 1387 1388 |
# File 'sig/types.rbs', line 1386 def file_type @file_type end |
#storage_class ⇒ ::Integer
Returns the value of attribute storage_class.
1387 1388 1389 |
# File 'sig/types.rbs', line 1387 def storage_class @storage_class end |
#total ⇒ ::Integer
Returns the value of attribute total.
1388 1389 1390 |
# File 'sig/types.rbs', line 1388 def total @total end |