Class: Aws::ManagedBlockchain::Types::NodeLogPublishingConfiguration

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

Overview

Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fabricTypes::NodeFabricLogPublishingConfiguration

Configuration properties for logging events associated with a node that is owned by a member of a Managed Blockchain network using the Hyperledger Fabric framework.



2257
2258
2259
2260
2261
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2257

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