Class: Aws::ManagedBlockchain::Types::NodeFrameworkAttributes

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

Overview

Attributes relevant to a node on a Managed Blockchain network for the blockchain framework that the network uses.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ethereumTypes::NodeEthereumAttributes

Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.



2242
2243
2244
2245
2246
2247
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2242

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

#fabricTypes::NodeFabricAttributes

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



2242
2243
2244
2245
2246
2247
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2242

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