Class: Aws::Types::FileSizes
- Inherits:
-
Object
- Object
- Aws::Types::FileSizes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#base ⇒ ::Integer
Returns the value of attribute base.
-
#destination ⇒ ::Integer
Returns the value of attribute destination.
-
#source ⇒ ::Integer
Returns the value of attribute source.
Instance Attribute Details
#base ⇒ ::Integer
Returns the value of attribute base.
714 715 716 |
# File 'sig/types.rbs', line 714 def base @base end |
#destination ⇒ ::Integer
Returns the value of attribute destination.
713 714 715 |
# File 'sig/types.rbs', line 713 def destination @destination end |
#source ⇒ ::Integer
Returns the value of attribute source.
712 713 714 |
# File 'sig/types.rbs', line 712 def source @source end |