Class: Aws::Types::ScannedItemCount
- Inherits:
-
Object
- Object
- Aws::Types::ScannedItemCount
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#files ⇒ ::Integer
Returns the value of attribute files.
-
#total_gb ⇒ ::Integer
Returns the value of attribute total_gb.
-
#volumes ⇒ ::Integer
Returns the value of attribute volumes.
Instance Attribute Details
#files ⇒ ::Integer
Returns the value of attribute files.
2880 2881 2882 |
# File 'sig/types.rbs', line 2880 def files @files end |
#total_gb ⇒ ::Integer
Returns the value of attribute total_gb.
2879 2880 2881 |
# File 'sig/types.rbs', line 2879 def total_gb @total_gb end |
#volumes ⇒ ::Integer
Returns the value of attribute volumes.
2881 2882 2883 |
# File 'sig/types.rbs', line 2881 def volumes @volumes end |