Class: Aws::ManagedBlockchain::Types::NetworkFrameworkConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::NetworkFrameworkConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#fabric ⇒ Types::NetworkFabricConfiguration
Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric.
Instance Attribute Details
#fabric ⇒ Types::NetworkFabricConfiguration
Hyperledger Fabric configuration properties for a Managed Blockchain network that uses Hyperledger Fabric.
1901 1902 1903 1904 1905 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1901 class NetworkFrameworkConfiguration < Struct.new( :fabric) SENSITIVE = [] include Aws::Structure end |