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.



2207
2208
2209
2210
2211
2212
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2207

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.



2207
2208
2209
2210
2211
2212
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2207

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