Class: Aws::Types::GetAccountBalanceResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetAccountBalanceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#available_balance ⇒ ::String
Returns the value of attribute available_balance.
-
#on_hold_balance ⇒ ::String
Returns the value of attribute on_hold_balance.
Instance Attribute Details
#available_balance ⇒ ::String
Returns the value of attribute available_balance.
203 204 205 |
# File 'sig/types.rbs', line 203 def available_balance @available_balance end |
#on_hold_balance ⇒ ::String
Returns the value of attribute on_hold_balance.
204 205 206 |
# File 'sig/types.rbs', line 204 def on_hold_balance @on_hold_balance end |