Class: Aws::ManagedBlockchain::Types::NodeFrameworkAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::NodeFrameworkAttributes
- 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
-
#ethereum ⇒ Types::NodeEthereumAttributes
Attributes of Ethereum for a node on a Managed Blockchain network that uses Ethereum.
-
#fabric ⇒ Types::NodeFabricAttributes
Attributes of Hyperledger Fabric for a peer node on a Managed Blockchain network that uses Hyperledger Fabric.
Instance Attribute Details
#ethereum ⇒ Types::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 |
#fabric ⇒ Types::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 |