Class: Aws::MTurk::Types::GetAccountBalanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MTurk::Types::GetAccountBalanceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mturk/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#available_balance ⇒ String
A string representing a currency amount.
-
#on_hold_balance ⇒ String
A string representing a currency amount.
Instance Attribute Details
#available_balance ⇒ String
A string representing a currency amount.
850 851 852 853 854 855 |
# File 'lib/aws-sdk-mturk/types.rb', line 850 class GetAccountBalanceResponse < Struct.new( :available_balance, :on_hold_balance) SENSITIVE = [] include Aws::Structure end |
#on_hold_balance ⇒ String
A string representing a currency amount.
850 851 852 853 854 855 |
# File 'lib/aws-sdk-mturk/types.rb', line 850 class GetAccountBalanceResponse < Struct.new( :available_balance, :on_hold_balance) SENSITIVE = [] include Aws::Structure end |