Class: Aws::ManagedBlockchainQuery::Types::GetTokenBalanceOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#at_blockchain_instantTypes::BlockchainInstant

The container for time.



421
422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 421

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

#balanceString

The container for the token balance.

Returns:

  • (String)


421
422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 421

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

#last_updated_timeTypes::BlockchainInstant

The container for time.



421
422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 421

class GetTokenBalanceOutput < 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 owner identifier.



421
422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 421

class GetTokenBalanceOutput < Struct.new(
  :owner_identifier,
  :token_identifier,
  :balance,
  :at_blockchain_instant,
  :last_updated_time)
  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.

Only the native tokens BTC and ETH, and the ERC-20, ERC-721, and ERC 1155 token standards are supported.



421
422
423
424
425
426
427
428
429
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 421

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