Class: Aws::ManagedBlockchainQuery::Types::GetTokenBalanceInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-managedblockchainquery/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#at_blockchain_instantTypes::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_identifierTypes::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_identifierTypes::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