Class: Aws::Types::FileSystemSize
- Inherits:
-
Object
- Object
- Aws::Types::FileSystemSize
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
-
#value ⇒ ::Integer
Returns the value of attribute value.
-
#value_in_archive ⇒ ::Integer
Returns the value of attribute value_in_archive.
-
#value_in_ia ⇒ ::Integer
Returns the value of attribute value_in_ia.
-
#value_in_standard ⇒ ::Integer
Returns the value of attribute value_in_standard.
Instance Attribute Details
#timestamp ⇒ ::Time
Returns the value of attribute timestamp.
350 351 352 |
# File 'sig/types.rbs', line 350 def @timestamp end |
#value ⇒ ::Integer
Returns the value of attribute value.
349 350 351 |
# File 'sig/types.rbs', line 349 def value @value end |
#value_in_archive ⇒ ::Integer
Returns the value of attribute value_in_archive.
353 354 355 |
# File 'sig/types.rbs', line 353 def value_in_archive @value_in_archive end |
#value_in_ia ⇒ ::Integer
Returns the value of attribute value_in_ia.
351 352 353 |
# File 'sig/types.rbs', line 351 def value_in_ia @value_in_ia end |
#value_in_standard ⇒ ::Integer
Returns the value of attribute value_in_standard.
352 353 354 |
# File 'sig/types.rbs', line 352 def value_in_standard @value_in_standard end |