Class: Aws::ManagedBlockchainQuery::Types::OwnerIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::OwnerIdentifier
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchainquery/types.rb
Overview
The container for the identifier of the owner.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#address ⇒ String
The contract or wallet address for the owner.
Instance Attribute Details
#address ⇒ String
The contract or wallet address for the owner.
715 716 717 718 719 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 715 class OwnerIdentifier < Struct.new( :address) SENSITIVE = [] include Aws::Structure end |