Class: Aws::ManagedBlockchainQuery::Types::GetTokenBalanceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::GetTokenBalanceInput
- 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 time for when the TokenBalance is requested or the current time if a time is not provided in the request.
-
#owner_identifier ⇒ Types::OwnerIdentifier
The container for the identifier for 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 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>
346 347 348 349 350 351 352 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 346 class GetTokenBalanceInput < Struct.new( :token_identifier, :owner_identifier, :at_blockchain_instant) SENSITIVE = [] include Aws::Structure end |
#owner_identifier ⇒ Types::OwnerIdentifier
The container for the identifier for the owner.
346 347 348 349 350 351 352 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 346 class GetTokenBalanceInput < 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.
346 347 348 349 350 351 352 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 346 class GetTokenBalanceInput < Struct.new( :token_identifier, :owner_identifier, :at_blockchain_instant) SENSITIVE = [] include Aws::Structure end |