Class: Aws::Types::Bandwidth
- Inherits:
-
Object
- Object
- Aws::Types::Bandwidth
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#download_speed ⇒ ::Integer
Returns the value of attribute download_speed.
-
#upload_speed ⇒ ::Integer
Returns the value of attribute upload_speed.
Instance Attribute Details
#download_speed ⇒ ::Integer
Returns the value of attribute download_speed.
129 130 131 |
# File 'sig/types.rbs', line 129 def download_speed @download_speed end |
#upload_speed ⇒ ::Integer
Returns the value of attribute upload_speed.
128 129 130 |
# File 'sig/types.rbs', line 128 def upload_speed @upload_speed end |