Class: Aws::ManagedBlockchainQuery::Types::GetTokenBalanceInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#at_blockchain_instantTypes::BlockchainInstant

The time for when the TokenBalance is requested or the current time if a time is not provided in the request.

This time will only be recorded up to the second.



385
386
387
388
389
390
391
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 385

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

#owner_identifierTypes::OwnerIdentifier

The container for the identifier for the owner.



385
386
387
388
389
390
391
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 385

class GetTokenBalanceInput < Struct.new(
  :token_identifier,
  :owner_identifier,
  :at_blockchain_instant)
  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.



385
386
387
388
389
390
391
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 385

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