Class: Aws::ManagedBlockchain::Types::NetworkFrameworkConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::NetworkFrameworkConfiguration
- 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
-
#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.
1902 1903 1904 1905 1906 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1902 class NetworkFrameworkConfiguration < Struct.new( :fabric) SENSITIVE = [] include Aws::Structure end |