Class: Aws::ManagedBlockchain::Types::MemberFrameworkConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::MemberFrameworkConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#fabric ⇒ Types::MemberFabricConfiguration
Attributes of Hyperledger Fabric for a member on a Managed Blockchain network that uses Hyperledger Fabric.
Instance Attribute Details
#fabric ⇒ Types::MemberFabricConfiguration
Attributes of Hyperledger Fabric for a member on a Managed Blockchain network that uses Hyperledger Fabric.
1608 1609 1610 1611 1612 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1608 class MemberFrameworkConfiguration < Struct.new( :fabric) SENSITIVE = [] include Aws::Structure end |