You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing MemberFrameworkConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  fabric: {
    admin_username: "UsernameString", # required
    admin_password: "PasswordString", # required
  },
}

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

Returned by:

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.

Returns: