Class: Aws::ManagedBlockchainQuery::Types::TokenBalance

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

Overview

The balance of the token.

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.

This time will only be recorded up to the second.



1069
1070
1071
1072
1073
1074
1075
1076
1077
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1069

class TokenBalance < Struct.new(
  :owner_identifier,
  :token_identifier,
  :balance,
  :at_blockchain_instant,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#balanceString

The container of the token balance.

Returns:

  • (String)


1069
1070
1071
1072
1073
1074
1075
1076
1077
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1069

class TokenBalance < Struct.new(
  :owner_identifier,
  :token_identifier,
  :balance,
  :at_blockchain_instant,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_timeTypes::BlockchainInstant

The Timestamp of the last transaction at which the balance for the token in the wallet was updated.



1069
1070
1071
1072
1073
1074
1075
1076
1077
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1069

class TokenBalance < Struct.new(
  :owner_identifier,
  :token_identifier,
  :balance,
  :at_blockchain_instant,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#owner_identifierTypes::OwnerIdentifier

The container for the identifier of the owner.



1069
1070
1071
1072
1073
1074
1075
1076
1077
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1069

class TokenBalance < Struct.new(
  :owner_identifier,
  :token_identifier,
  :balance,
  :at_blockchain_instant,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end

#token_identifierTypes::TokenIdentifier

The identifier for the token, including the unique token ID and its blockchain network.



1069
1070
1071
1072
1073
1074
1075
1076
1077
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 1069

class TokenBalance < Struct.new(
  :owner_identifier,
  :token_identifier,
  :balance,
  :at_blockchain_instant,
  :last_updated_time)
  SENSITIVE = []
  include Aws::Structure
end