pub struct UpdateNodeInput {
pub log_publishing_configuration: Option<NodeLogPublishingConfiguration>,
pub member_id: String,
pub network_id: String,
pub node_id: String,
}
Fields§
§log_publishing_configuration: Option<NodeLogPublishingConfiguration>
Configuration properties for publishing to Amazon CloudWatch Logs.
member_id: String
The unique ID of the member that owns the node.
network_id: String
The unique ID of the Managed Blockchain network to which the node belongs.
node_id: String
The unique ID of the node.
Trait Implementations§
Source§impl Clone for UpdateNodeInput
impl Clone for UpdateNodeInput
Source§fn clone(&self) -> UpdateNodeInput
fn clone(&self) -> UpdateNodeInput
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 UpdateNodeInput
impl Debug for UpdateNodeInput
Source§impl Default for UpdateNodeInput
impl Default for UpdateNodeInput
Source§fn default() -> UpdateNodeInput
fn default() -> UpdateNodeInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for UpdateNodeInput
impl PartialEq for UpdateNodeInput
Source§impl Serialize for UpdateNodeInput
impl Serialize for UpdateNodeInput
impl StructuralPartialEq for UpdateNodeInput
Auto Trait Implementations§
impl Freeze for UpdateNodeInput
impl RefUnwindSafe for UpdateNodeInput
impl Send for UpdateNodeInput
impl Sync for UpdateNodeInput
impl Unpin for UpdateNodeInput
impl UnwindSafe for UpdateNodeInput
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