Class: Aws::ManagedBlockchain::Types::NetworkFrameworkAttributes

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

Overview

Attributes relevant to the network for the blockchain framework that the network uses.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ethereumTypes::NetworkEthereumAttributes

Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.



1881
1882
1883
1884
1885
1886
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1881

class NetworkFrameworkAttributes < Struct.new(
  :fabric,
  :ethereum)
  SENSITIVE = []
  include Aws::Structure
end

#fabricTypes::NetworkFabricAttributes

Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.



1881
1882
1883
1884
1885
1886
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1881

class NetworkFrameworkAttributes < Struct.new(
  :fabric,
  :ethereum)
  SENSITIVE = []
  include Aws::Structure
end