Class: Aws::ManagedBlockchain::Types::NodeLogPublishingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::NodeLogPublishingConfiguration
- 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
-
#fabric ⇒ Types::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.
Instance Attribute Details
#fabric ⇒ Types::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.
2260 2261 2262 2263 2264 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2260 class NodeLogPublishingConfiguration < Struct.new( :fabric) SENSITIVE = [] include Aws::Structure end |