Class: Aws::ManagedBlockchain::Types::NetworkFrameworkAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::NetworkFrameworkAttributes
- Includes:
- Structure
- Defined in:
- 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
-
#ethereum ⇒ Types::NetworkEthereumAttributes
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
-
#fabric ⇒ Types::NetworkFabricAttributes
Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.
Instance Attribute Details
#ethereum ⇒ Types::NetworkEthereumAttributes
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
1884 1885 1886 1887 1888 1889 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1884 class NetworkFrameworkAttributes < Struct.new( :fabric, :ethereum) SENSITIVE = [] include Aws::Structure end |
#fabric ⇒ Types::NetworkFabricAttributes
Attributes of Hyperledger Fabric for a Managed Blockchain network that uses Hyperledger Fabric.
1884 1885 1886 1887 1888 1889 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1884 class NetworkFrameworkAttributes < Struct.new( :fabric, :ethereum) SENSITIVE = [] include Aws::Structure end |