Class: Aws::ManagedBlockchainQuery::Types::AddressIdentifierFilter
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ManagedBlockchainQuery::Types::AddressIdentifierFilter
 
- Defined in:
- gems/aws-sdk-managedblockchainquery/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
- 
  
    
      #transaction_event_to_address  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The container for the recipient address of the transaction. 
Instance Attribute Details
#transaction_event_to_address ⇒ Array<String>
The container for the recipient address of the transaction.
| 35 36 37 38 39 | # File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 35 class AddressIdentifierFilter < Struct.new( :transaction_event_to_address) SENSITIVE = [] include Aws::Structure end |