Struct aws_sdk_managedblockchain::model::RemoveAction
source · #[non_exhaustive]pub struct RemoveAction { /* private fields */ }Expand description
An action to remove a member from a Managed Blockchain network as the result of a removal proposal that is APPROVED. The member and all associated resources are deleted from the network.
Applies only to Hyperledger Fabric.
Implementations§
source§impl RemoveAction
impl RemoveAction
source§impl RemoveAction
impl RemoveAction
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RemoveAction.
Trait Implementations§
source§impl Clone for RemoveAction
impl Clone for RemoveAction
source§fn clone(&self) -> RemoveAction
fn clone(&self) -> RemoveAction
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for RemoveAction
impl Debug for RemoveAction
source§impl PartialEq<RemoveAction> for RemoveAction
impl PartialEq<RemoveAction> for RemoveAction
source§fn eq(&self, other: &RemoveAction) -> bool
fn eq(&self, other: &RemoveAction) -> bool
This method tests for
self and other values to be equal, and is used
by ==.