Class: Aws::ManagedBlockchain::Types::NetworkFrameworkAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::NetworkFrameworkAttributes
- Defined in:
- gems/aws-sdk-managedblockchain/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.
1885 1886 1887 1888 1889 1890 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1885 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.
1885 1886 1887 1888 1889 1890 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1885 class NetworkFrameworkAttributes < Struct.new( :fabric, :ethereum) SENSITIVE = [] include Aws::Structure end |