Method: Aws::ManagedBlockchain::Types::NetworkFrameworkAttributes#ethereum
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
#ethereum ⇒ Types::NetworkEthereumAttributes
Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.
1838 1839 1840 1841 1842 1843 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1838 class NetworkFrameworkAttributes < Struct.new( :fabric, :ethereum) SENSITIVE = [] include Aws::Structure end |