Class: Aws::ManagedBlockchainQuery::Types::GetAssetContractInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contract_identifierTypes::ContractIdentifier

Contains the blockchain address and network information about the contract.



331
332
333
334
335
# File 'gems/aws-sdk-managedblockchainquery/lib/aws-sdk-managedblockchainquery/types.rb', line 331

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