Class: Aws::ManagedBlockchainQuery::Types::BatchGetTokenBalanceOutputItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::BatchGetTokenBalanceOutputItem
- Defined in:
- gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb
Overview
The container for the properties of a token balance output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#at_blockchain_instant ⇒ Types::BlockchainInstant
The container for time.
-
#balance ⇒ String
The container for the token balance.
-
#last_updated_time ⇒ 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.
203 204 205 206 207 208 209 210 211 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 203 class BatchGetTokenBalanceOutputItem < Struct.new( :owner_identifier, :token_identifier, :balance, :at_blockchain_instant, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#balance ⇒ String
The container for the token balance.
203 204 205 206 207 208 209 210 211 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 203 class BatchGetTokenBalanceOutputItem < Struct.new( :owner_identifier, :token_identifier, :balance, :at_blockchain_instant, :last_updated_time) SENSITIVE = [] include Aws::Structure end |
#last_updated_time ⇒ Types::BlockchainInstant
The container for time.
203 204 205 206 207 208 209 210 211 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 203 class BatchGetTokenBalanceOutputItem < 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 owner identifier.
203 204 205 206 207 208 209 210 211 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 203 class BatchGetTokenBalanceOutputItem < Struct.new( :owner_identifier, :token_identifier, :balance, :at_blockchain_instant, :last_updated_time) 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.
203 204 205 206 207 208 209 210 211 |
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 203 class BatchGetTokenBalanceOutputItem < Struct.new( :owner_identifier, :token_identifier, :balance, :at_blockchain_instant, :last_updated_time) SENSITIVE = [] include Aws::Structure end |