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