Struct aws_sdk_managedblockchain::types::InviteAction
source · #[non_exhaustive]pub struct InviteAction { /* private fields */ }
Expand description
An action to invite a specific Amazon Web Services account to create a member and join the network. The InviteAction
is carried out when a Proposal
is APPROVED
.
Applies only to Hyperledger Fabric.
Implementations§
source§impl InviteAction
impl InviteAction
source§impl InviteAction
impl InviteAction
sourcepub fn builder() -> InviteActionBuilder
pub fn builder() -> InviteActionBuilder
Creates a new builder-style object to manufacture InviteAction
.
Trait Implementations§
source§impl Clone for InviteAction
impl Clone for InviteAction
source§fn clone(&self) -> InviteAction
fn clone(&self) -> InviteAction
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 InviteAction
impl Debug for InviteAction
source§impl PartialEq<InviteAction> for InviteAction
impl PartialEq<InviteAction> for InviteAction
source§fn eq(&self, other: &InviteAction) -> bool
fn eq(&self, other: &InviteAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.