Class: Aws::ManagedBlockchainQuery::Types::BatchGetTokenBalanceOutputItem

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

Overview

The container for the properties of a token balance output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#at_blockchain_instantTypes::BlockchainInstant

The container for time.



203
204
205
206
207
208
209
210
211
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 203

class BatchGetTokenBalanceOutputItem < Struct.new(
  :owner_identifier,
  :token_identifier,
  :balance,
  :at_blockchain_instant,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#balanceString

The container for the token balance.

Returns:

  • (String)


203
204
205
206
207
208
209
210
211
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 203

class BatchGetTokenBalanceOutputItem < Struct.new(
  :owner_identifier,
  :token_identifier,
  :balance,
  :at_blockchain_instant,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTypes::BlockchainInstant

The container for time.



203
204
205
206
207
208
209
210
211
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 203

class BatchGetTokenBalanceOutputItem < Struct.new(
  :owner_identifier,
  :token_identifier,
  :balance,
  :at_blockchain_instant,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#owner_identifierTypes::OwnerIdentifier

The container for the owner identifier.



203
204
205
206
207
208
209
210
211
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 203

class BatchGetTokenBalanceOutputItem < Struct.new(
  :owner_identifier,
  :token_identifier,
  :balance,
  :at_blockchain_instant,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#token_identifierTypes::TokenIdentifier

The container for the identifier for the token including the unique token ID and its blockchain network.

Only the native tokens BTC and ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.



203
204
205
206
207
208
209
210
211
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 203

class BatchGetTokenBalanceOutputItem < Struct.new(
  :owner_identifier,
  :token_identifier,
  :balance,
  :at_blockchain_instant,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end