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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



1625
1626
1627
1628
1629
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1625

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