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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/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.



2239
2240
2241
2242
2243
2244
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2239

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.



2239
2240
2241
2242
2243
2244
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2239

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