pub struct UpdateMemberInput {
pub log_publishing_configuration: Option<MemberLogPublishingConfiguration>,
pub member_id: String,
pub network_id: String,
}
Fields§
§log_publishing_configuration: Option<MemberLogPublishingConfiguration>
Configuration properties for publishing to Amazon CloudWatch Logs.
member_id: String
The unique ID of the member.
network_id: String
The unique ID of the Managed Blockchain network to which the member belongs.
Trait Implementations§
Source§impl Clone for UpdateMemberInput
impl Clone for UpdateMemberInput
Source§fn clone(&self) -> UpdateMemberInput
fn clone(&self) -> UpdateMemberInput
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 UpdateMemberInput
impl Debug for UpdateMemberInput
Source§impl Default for UpdateMemberInput
impl Default for UpdateMemberInput
Source§fn default() -> UpdateMemberInput
fn default() -> UpdateMemberInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateMemberInput
impl PartialEq for UpdateMemberInput
Source§impl Serialize for UpdateMemberInput
impl Serialize for UpdateMemberInput
impl StructuralPartialEq for UpdateMemberInput
Auto Trait Implementations§
impl Freeze for UpdateMemberInput
impl RefUnwindSafe for UpdateMemberInput
impl Send for UpdateMemberInput
impl Sync for UpdateMemberInput
impl Unpin for UpdateMemberInput
impl UnwindSafe for UpdateMemberInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more