Class: Aws::ManagedBlockchainQuery::Types::TokenBalance
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::TokenBalance
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchainquery/types.rb
Overview
The balance of the token.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#at_blockchain_instant ⇒ Types::BlockchainInstant
The time for when the TokenBalance is requested or the current time if a time is not provided in the request.
-
#balance ⇒ String
The container of the token balance.
-
#last_updated_time ⇒ Types::BlockchainInstant
The ‘Timestamp` of the last transaction at which the balance for the token in the wallet was updated.
-
#owner_identifier ⇒ Types::OwnerIdentifier
The container for the identifier of the owner.
-
#token_identifier ⇒ Types::TokenIdentifier
The identifier for the token, including the unique token ID and its blockchain network.
Instance Attribute Details
#at_blockchain_instant ⇒ Types::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>
843 844 845 846 847 848 849 850 851 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 843 class TokenBalance < Struct.new( :owner_identifier, :token_identifier, :balance, :at_blockchain_instant, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#balance ⇒ String
The container of the token balance.
843 844 845 846 847 848 849 850 851 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 843 class TokenBalance < Struct.new( :owner_identifier, :token_identifier, :balance, :at_blockchain_instant, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Types::BlockchainInstant
The ‘Timestamp` of the last transaction at which the balance for the token in the wallet was updated.
843 844 845 846 847 848 849 850 851 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 843 class TokenBalance < Struct.new( :owner_identifier, :token_identifier, :balance, :at_blockchain_instant, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#owner_identifier ⇒ Types::OwnerIdentifier
The container for the identifier of the owner.
843 844 845 846 847 848 849 850 851 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 843 class TokenBalance < Struct.new( :owner_identifier, :token_identifier, :balance, :at_blockchain_instant, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#token_identifier ⇒ Types::TokenIdentifier
The identifier for the token, including the unique token ID and its blockchain network.
843 844 845 846 847 848 849 850 851 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 843 class TokenBalance < Struct.new( :owner_identifier, :token_identifier, :balance, :at_blockchain_instant, :last_updated_time) SENSITIVE = [] include Aws::Structure end |