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.
701 702 703 |
# File 'sig/types.rbs', line 701 def current_mi_bps @current_mi_bps end |
#target_mi_bps ⇒ ::Integer
Returns the value of attribute target_mi_bps.
700 701 702 |
# File 'sig/types.rbs', line 700 def target_mi_bps @target_mi_bps end |