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

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

Overview

The container for the owner identifier.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#addressString

The contract or wallet address for the owner.

Returns:

  • (String)


922
923
924
925
926
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 922

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