Class: Aws::ManagedBlockchain::Types::NetworkFabricConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::NetworkFabricConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Hyperledger Fabric configuration properties for the network.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#edition ⇒ String
The edition of Amazon Managed Blockchain that the network uses.
Instance Attribute Details
#edition ⇒ String
The edition of Amazon Managed Blockchain that the network uses. For more information, see [Amazon Managed Blockchain Pricing].
1863 1864 1865 1866 1867 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1863 class NetworkFabricConfiguration < Struct.new( :edition) SENSITIVE = [] include Aws::Structure end |