Class: Aws::ManagedBlockchainQuery::Types::AddressIdentifierFilter

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

Overview

This is the container for the unique public address on the blockchain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#transaction_event_to_addressArray<String>

The container for the recipient address of the transaction.

Returns:

  • (Array<String>)


35
36
37
38
39
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 35

class AddressIdentifierFilter < Struct.new(
  :transaction_event_to_address)
  SENSITIVE = []
  include Aws::Structure
end