Class: Aws::ManagedBlockchainQuery::Types::OwnerIdentifier

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#addressString

The contract or wallet address for the owner.

Returns:

  • (String)


715
716
717
718
719
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 715

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