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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/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.



1589
1590
1591
1592
1593
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1589

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