Class: Aws::ManagedBlockchain::Types::MemberFrameworkAttributes

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

Overview

Attributes 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::MemberFabricAttributes

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



1592
1593
1594
1595
1596
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1592

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