Class: Aws::ManagedBlockchainQuery::Types::BatchGetTokenBalanceInputItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::BatchGetTokenBalanceInputItem
- Defined in:
- gems/aws-sdk-managedblockchainquery/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 owner identifier.
-
#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.
146 147 148 149 150 151 152 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 146 class BatchGetTokenBalanceInputItem < Struct.new( :token_identifier, :owner_identifier, :at_blockchain_instant) SENSITIVE = [] include Aws::Structure end |
#owner_identifier ⇒ Types::OwnerIdentifier
The container for the owner identifier.
146 147 148 149 150 151 152 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 146 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.
146 147 148 149 150 151 152 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 146 class BatchGetTokenBalanceInputItem < Struct.new( :token_identifier, :owner_identifier, :at_blockchain_instant) SENSITIVE = [] include Aws::Structure end |