Class: Aws::ManagedBlockchain::Types::MemberFabricAttributes

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

Overview

Attributes of Hyperledger Fabric for a member in a Managed Blockchain network using the Hyperledger Fabric framework.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#admin_usernameString

The user name for the initial administrator user for the member.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1527

class MemberFabricAttributes < Struct.new(
  :admin_username,
  :ca_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#ca_endpointString

The endpoint used to access the member's certificate authority.

Returns:

  • (String)


1527
1528
1529
1530
1531
1532
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1527

class MemberFabricAttributes < Struct.new(
  :admin_username,
  :ca_endpoint)
  SENSITIVE = []
  include Aws::Structure
end