Class: Aws::ManagedBlockchain::Types::NetworkFrameworkConfiguration

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

Overview

Configuration properties relevant to the network for the blockchain framework that the network uses.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fabricTypes::NetworkFabricConfiguration

Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric.



1898
1899
1900
1901
1902
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1898

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