Struct aws_sdk_iotwireless::input::UpdateWirelessDeviceInput
source ·
[−]#[non_exhaustive]pub struct UpdateWirelessDeviceInput {
pub id: Option<String>,
pub destination_name: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub lo_ra_wan: Option<LoRaWanUpdateDevice>,
}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.id: Option<String>The ID of the resource to update.
destination_name: Option<String>The name of the new destination for the device.
name: Option<String>The new name of the resource.
description: Option<String>A new description of the resource.
lo_ra_wan: Option<LoRaWanUpdateDevice>The updated wireless device's configuration.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateWirelessDevice, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateWirelessDevice, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateWirelessDevice>
Creates a new builder-style object to manufacture UpdateWirelessDeviceInput
The name of the new destination for the device.
A new description of the resource.
The updated wireless device's configuration.
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 UpdateWirelessDeviceInput
impl Send for UpdateWirelessDeviceInput
impl Sync for UpdateWirelessDeviceInput
impl Unpin for UpdateWirelessDeviceInput
impl UnwindSafe for UpdateWirelessDeviceInput
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
