Class: Aws::ManagedBlockchainQuery::Types::OwnerFilter

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

Overview

The container for the owner information to filter by.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The contract or wallet address.

Returns:

  • (String)


908
909
910
911
912
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 908

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