Class: Aws::ManagedBlockchainQuery::Types::OwnerFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::OwnerFilter
- 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
-
#address ⇒ String
The contract or wallet address.
Instance Attribute Details
#address ⇒ String
The contract or wallet address.
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 |