Class: Aws::ManagedBlockchain::Types::MemberLogPublishingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::MemberLogPublishingConfiguration
- 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
-
#fabric ⇒ Types::MemberFabricLogPublishingConfiguration
Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.
Instance Attribute Details
#fabric ⇒ Types::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 |