Class: Aws::Types::WarmThroughputObject
- Inherits:
-
Object
- Object
- Aws::Types::WarmThroughputObject
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_mi_bps ⇒ ::Integer
Returns the value of attribute current_mi_bps.
-
#target_mi_bps ⇒ ::Integer
Returns the value of attribute target_mi_bps.
Instance Attribute Details
#current_mi_bps ⇒ ::Integer
Returns the value of attribute current_mi_bps.
925 926 927 |
# File 'sig/types.rbs', line 925 def current_mi_bps @current_mi_bps end |
#target_mi_bps ⇒ ::Integer
Returns the value of attribute target_mi_bps.
924 925 926 |
# File 'sig/types.rbs', line 924 def target_mi_bps @target_mi_bps end |