Class: Aws::ManagedBlockchain::Types::NetworkFabricConfiguration

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

Overview

Hyperledger Fabric configuration properties for the network.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#editionString

The edition of Amazon Managed Blockchain that the network uses. For more information, see Amazon Managed Blockchain Pricing.

Returns:

  • (String)


1860
1861
1862
1863
1864
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1860

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