Struct aws_sdk_managedblockchain::model::ProposalActions [−][src]
#[non_exhaustive]pub struct ProposalActions {
pub invitations: Option<Vec<InviteAction>>,
pub removals: Option<Vec<RemoveAction>>,
}
Expand description
The actions to carry out if a proposal is APPROVED
.
Applies only to Hyperledger Fabric.
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.invitations: Option<Vec<InviteAction>>
The actions to perform for an APPROVED
proposal to invite an AWS account to create a member and join the network.
removals: Option<Vec<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.
Implementations
Creates a new builder-style object to manufacture ProposalActions
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 ProposalActions
impl Send for ProposalActions
impl Sync for ProposalActions
impl Unpin for ProposalActions
impl UnwindSafe for ProposalActions
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