Class: Aws::ManagedBlockchain::Types::NodeFabricAttributes

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

Overview

Attributes of Hyperledger Fabric for a peer node on a Hyperledger Fabric network on Managed Blockchain.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#peer_endpointString

The endpoint that identifies the peer node for all services except peer channel-based event services.

Returns:

  • (String)


2189
2190
2191
2192
2193
2194
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2189

class NodeFabricAttributes < Struct.new(
  :peer_endpoint,
  :peer_event_endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#peer_event_endpointString

The endpoint that identifies the peer node for peer channel-based event services.

Returns:

  • (String)


2189
2190
2191
2192
2193
2194
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2189

class NodeFabricAttributes < Struct.new(
  :peer_endpoint,
  :peer_event_endpoint)
  SENSITIVE = []
  include Aws::Structure
end