Class: Aws::ManagedBlockchainQuery::Types::GetTokenBalanceOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::GetTokenBalanceOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchainquery/types.rb
Overview
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 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.
382 383 384 385 386 387 388 389 390 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 382 class GetTokenBalanceOutput < 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.
382 383 384 385 386 387 388 389 390 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 382 class GetTokenBalanceOutput < 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.
382 383 384 385 386 387 388 389 390 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 382 class GetTokenBalanceOutput < 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.
382 383 384 385 386 387 388 389 390 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 382 class GetTokenBalanceOutput < 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.
<note markdown=“1”> Only the native tokens BTC,ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.
</note>
382 383 384 385 386 387 388 389 390 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 382 class GetTokenBalanceOutput < Struct.new( :owner_identifier, :token_identifier, :balance, :at_blockchain_instant, :last_updated_time) SENSITIVE = [] include Aws::Structure end |