Struct aws_sdk_managedblockchain::types::ProposalActions
source · #[non_exhaustive]pub struct ProposalActions { /* private fields */ }
Expand description
The actions to carry out if a proposal is APPROVED
.
Applies only to Hyperledger Fabric.
Implementations§
source§impl ProposalActions
impl ProposalActions
sourcepub fn invitations(&self) -> Option<&[InviteAction]>
pub fn invitations(&self) -> Option<&[InviteAction]>
The actions to perform for an APPROVED
proposal to invite an Amazon Web Services account to create a member and join the network.
sourcepub fn removals(&self) -> Option<&[RemoveAction]>
pub fn removals(&self) -> Option<&[RemoveAction]>
The actions to perform for an APPROVED
proposal to remove a member from the network, which deletes the member and all associated member resources from the network.
source§impl ProposalActions
impl ProposalActions
sourcepub fn builder() -> ProposalActionsBuilder
pub fn builder() -> ProposalActionsBuilder
Creates a new builder-style object to manufacture ProposalActions
.
Trait Implementations§
source§impl Clone for ProposalActions
impl Clone for ProposalActions
source§fn clone(&self) -> ProposalActions
fn clone(&self) -> ProposalActions
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 ProposalActions
impl Debug for ProposalActions
source§impl PartialEq<ProposalActions> for ProposalActions
impl PartialEq<ProposalActions> for ProposalActions
source§fn eq(&self, other: &ProposalActions) -> bool
fn eq(&self, other: &ProposalActions) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.