Class: Aws::ManagedBlockchain::Types::MemberLogPublishingConfiguration

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 member of a Managed Blockchain network.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fabricTypes::MemberFabricLogPublishingConfiguration

Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.



1622
1623
1624
1625
1626
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1622

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