Class: Aws::ManagedBlockchain::Types::MemberFrameworkConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb

Overview

Configuration properties relevant to a member for the blockchain framework that the Managed Blockchain network uses.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fabricTypes::MemberFabricConfiguration

Attributes of Hyperledger Fabric for a member on a Managed Blockchain network that uses Hyperledger Fabric.



1605
1606
1607
1608
1609
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1605

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