Class: Aws::MTurk::Types::GetAccountBalanceResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mturk/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#available_balanceString

A string representing a currency amount.

Returns:

  • (String)


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_balanceString

A string representing a currency amount.

Returns:

  • (String)


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