Struct aws_sdk_managedblockchain::model::NodeFabricAttributes [−][src]
#[non_exhaustive]pub struct NodeFabricAttributes {
pub peer_endpoint: Option<String>,
pub peer_event_endpoint: Option<String>,
}
Expand description
Attributes of Hyperledger Fabric for a peer node on a Hyperledger Fabric network on Managed Blockchain.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.peer_endpoint: Option<String>
The endpoint that identifies the peer node for all services except peer channel-based event services.
peer_event_endpoint: Option<String>
The endpoint that identifies the peer node for peer channel-based event services.
Implementations
The endpoint that identifies the peer node for all services except peer channel-based event services.
The endpoint that identifies the peer node for peer channel-based event services.
Creates a new builder-style object to manufacture NodeFabricAttributes
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for NodeFabricAttributes
impl Send for NodeFabricAttributes
impl Sync for NodeFabricAttributes
impl Unpin for NodeFabricAttributes
impl UnwindSafe for NodeFabricAttributes
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more