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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#editionString

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

[1]: aws.amazon.com/managed-blockchain/pricing/

Returns:

  • (String)


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

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