Class: Aws::ManagedBlockchainQuery::Types::GetAssetContractInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchainQuery::Types::GetAssetContractInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchainquery/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#contract_identifier ⇒ Types::ContractIdentifier
Contains the blockchain address and network information about the contract.
Instance Attribute Details
#contract_identifier ⇒ Types::ContractIdentifier
Contains the blockchain address and network information about the contract.
292 293 294 295 296 |
# File 'lib/aws-sdk-managedblockchainquery/types.rb', line 292 class GetAssetContractInput < Struct.new( :contract_identifier) SENSITIVE = [] include Aws::Structure end |