Class: Aws::ManagedBlockchainQuery::Types::BatchGetTokenBalanceOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorsArray<Types::BatchGetTokenBalanceErrorItem>

An array of ‘BatchGetTokenBalanceErrorItem` objects returned from the request.



166
167
168
169
170
171
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 166

class BatchGetTokenBalanceOutput < Struct.new(
  :token_balances,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end

#token_balancesArray<Types::BatchGetTokenBalanceOutputItem>

An array of ‘BatchGetTokenBalanceOutputItem` objects returned by the response.



166
167
168
169
170
171
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 166

class BatchGetTokenBalanceOutput < Struct.new(
  :token_balances,
  :errors)
  SENSITIVE = []
  include Aws::Structure
end