Struct aws_sdk_managedblockchain::input::DeleteNodeInput [−][src]
#[non_exhaustive]pub struct DeleteNodeInput {
pub network_id: Option<String>,
pub member_id: Option<String>,
pub node_id: Option<String>,
}
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.network_id: Option<String>
The unique identifier of the network that the node is on.
Ethereum public networks have the following NetworkId
s:
-
n-ethereum-mainnet
-
n-ethereum-rinkeby
-
n-ethereum-ropsten
member_id: Option<String>
The unique identifier of the member that owns this node.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
node_id: Option<String>
The unique identifier of the node.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteNode, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteNode, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DeleteNode
>
Creates a new builder-style object to manufacture DeleteNodeInput
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 DeleteNodeInput
impl Send for DeleteNodeInput
impl Sync for DeleteNodeInput
impl Unpin for DeleteNodeInput
impl UnwindSafe for DeleteNodeInput
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