Class: Aws::ManagedBlockchain::Types::NetworkFabricConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::NetworkFabricConfiguration
- Defined in:
- gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb
Overview
Note:
When making an API call, you may pass NetworkFabricConfiguration data as a hash:
{
edition: "STARTER", # required, accepts STARTER, STANDARD
}
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.
1912 1913 1914 1915 1916 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1912 class NetworkFabricConfiguration < Struct.new( :edition) SENSITIVE = [] include Aws::Structure end |