Method: Aws::ManagedBlockchain::Types::NetworkFrameworkAttributes#ethereum

Defined in:
lib/aws-sdk-managedblockchain/types.rb

#ethereumTypes::NetworkEthereumAttributes

Attributes of an Ethereum network for Managed Blockchain resources participating in an Ethereum network.



1881
1882
1883
1884
1885
1886
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1881

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