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

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

#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.

<note markdown=“1”> This time will only be recorded up to the second.

</note>


385
386
387
388
389
390
391
# File '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 '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 'lib/aws-sdk-managedblockchainquery/types.rb', line 385

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