Module: Aws::ManagedBlockchainQuery::Client::_GetTokenBalanceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetTokenBalanceOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #at_blockchain_instant ⇒ Types::BlockchainInstant
- #balance ⇒ ::String
- #last_updated_time ⇒ Types::BlockchainInstant
- #owner_identifier ⇒ Types::OwnerIdentifier
- #token_identifier ⇒ Types::TokenIdentifier
Instance Method Details
#at_blockchain_instant ⇒ Types::BlockchainInstant
127 |
# File 'sig/client.rbs', line 127
def at_blockchain_instant: () -> Types::BlockchainInstant
|
#balance ⇒ ::String
126 |
# File 'sig/client.rbs', line 126
def balance: () -> ::String
|
#last_updated_time ⇒ Types::BlockchainInstant
128 |
# File 'sig/client.rbs', line 128
def last_updated_time: () -> Types::BlockchainInstant
|
#owner_identifier ⇒ Types::OwnerIdentifier
124 |
# File 'sig/client.rbs', line 124
def owner_identifier: () -> Types::OwnerIdentifier
|
#token_identifier ⇒ Types::TokenIdentifier
125 |
# File 'sig/client.rbs', line 125
def token_identifier: () -> Types::TokenIdentifier
|