Struct aws_sdk_managedblockchain::input::UpdateNodeInput [−][src]
#[non_exhaustive]pub struct UpdateNodeInput {
pub network_id: Option<String>,
pub member_id: Option<String>,
pub node_id: Option<String>,
pub log_publishing_configuration: Option<NodeLogPublishingConfiguration>,
}
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.network_id: Option<String>
The unique identifier of the network that the node is on.
member_id: Option<String>
The unique identifier of the member that owns the node.
Applies only to Hyperledger Fabric.
node_id: Option<String>
The unique identifier of the node.
log_publishing_configuration: Option<NodeLogPublishingConfiguration>
Configuration properties for publishing to Amazon CloudWatch Logs.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateNode, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateNode, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateNode
>
Creates a new builder-style object to manufacture UpdateNodeInput
The unique identifier of the network that the node is on.
The unique identifier of the member that owns the node.
Applies only to Hyperledger Fabric.
Configuration properties for publishing to Amazon CloudWatch Logs.
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 UpdateNodeInput
impl Send for UpdateNodeInput
impl Sync for UpdateNodeInput
impl Unpin for UpdateNodeInput
impl UnwindSafe for UpdateNodeInput
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