Class: Aws::ManagedBlockchain::Types::NodeFabricAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::NodeFabricAttributes
- Includes:
- Structure
- Defined in:
- 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
-
#peer_endpoint ⇒ String
The endpoint that identifies the peer node for all services except peer channel-based event services.
-
#peer_event_endpoint ⇒ String
The endpoint that identifies the peer node for peer channel-based event services.
Instance Attribute Details
#peer_endpoint ⇒ String
The endpoint that identifies the peer node for all services except peer channel-based event services.
2192 2193 2194 2195 2196 2197 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2192 class NodeFabricAttributes < Struct.new( :peer_endpoint, :peer_event_endpoint) SENSITIVE = [] include Aws::Structure end |
#peer_event_endpoint ⇒ String
The endpoint that identifies the peer node for peer channel-based event services.
2192 2193 2194 2195 2196 2197 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2192 class NodeFabricAttributes < Struct.new( :peer_endpoint, :peer_event_endpoint) SENSITIVE = [] include Aws::Structure end |