Struct aws_sdk_iotwireless::model::LoRaWanUpdateGatewayTaskCreate [−][src]
#[non_exhaustive]pub struct LoRaWanUpdateGatewayTaskCreate {
pub update_signature: Option<String>,
pub sig_key_crc: Option<i64>,
pub current_version: Option<LoRaWanGatewayVersion>,
pub update_version: Option<LoRaWanGatewayVersion>,
}
Expand description
LoRaWANUpdateGatewayTaskCreate object.
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.update_signature: Option<String>
The signature used to verify the update firmware.
sig_key_crc: Option<i64>
The CRC of the signature private key to check.
current_version: Option<LoRaWanGatewayVersion>
The version of the gateways that should receive the update.
update_version: Option<LoRaWanGatewayVersion>
The firmware version to update the gateway to.
Implementations
The signature used to verify the update firmware.
The CRC of the signature private key to check.
The version of the gateways that should receive the update.
The firmware version to update the gateway to.
Creates a new builder-style object to manufacture LoRaWanUpdateGatewayTaskCreate
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 Send for LoRaWanUpdateGatewayTaskCreate
impl Sync for LoRaWanUpdateGatewayTaskCreate
impl Unpin for LoRaWanUpdateGatewayTaskCreate
impl UnwindSafe for LoRaWanUpdateGatewayTaskCreate
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