Class: Aws::ManagedBlockchain::Types::MemberFrameworkAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::MemberFrameworkAttributes
- 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
-
#fabric ⇒ Types::MemberFabricAttributes
Attributes of Hyperledger Fabric relevant to a member on a Managed Blockchain network that uses Hyperledger Fabric.
Instance Attribute Details
#fabric ⇒ Types::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 |