Class: Aws::ManagedBlockchainQuery::Types::BatchGetTokenBalanceInputItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::BatchGetTokenBalanceInputItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchainquery/types.rb
Overview
The container for the input for getting a token balance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#at_blockchain_instant ⇒ Types::BlockchainInstant
The container for time.
-
#owner_identifier ⇒ Types::OwnerIdentifier
The container for the identifier of the owner.
-
#token_identifier ⇒ Types::TokenIdentifier
The container for the identifier for the token including the unique token ID and its blockchain network.
Instance Attribute Details
#at_blockchain_instant ⇒ Types::BlockchainInstant
The container for time.
132 133 134 135 136 137 138 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 132 class BatchGetTokenBalanceInputItem < Struct.new( :token_identifier, :owner_identifier, :at_blockchain_instant) SENSITIVE = [] include Aws::Structure end |
#owner_identifier ⇒ Types::OwnerIdentifier
The container for the identifier of the owner.
132 133 134 135 136 137 138 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 132 class BatchGetTokenBalanceInputItem < Struct.new( :token_identifier, :owner_identifier, :at_blockchain_instant) SENSITIVE = [] include Aws::Structure end |
#token_identifier ⇒ Types::TokenIdentifier
The container for the identifier for the token including the unique token ID and its blockchain network.
<note markdown=“1”> Only the native tokens BTC,ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
</note>
132 133 134 135 136 137 138 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 132 class BatchGetTokenBalanceInputItem < Struct.new( :token_identifier, :owner_identifier, :at_blockchain_instant) SENSITIVE = [] include Aws::Structure end |