Struct aws_sdk_iotwireless::input::UpdateFuotaTaskInput
source ·
[−]#[non_exhaustive]pub struct UpdateFuotaTaskInput {
pub id: Option<String>,
pub name: Option<String>,
pub description: Option<String>,
pub lo_ra_wan: Option<LoRaWanFuotaTask>,
pub firmware_update_image: Option<String>,
pub firmware_update_role: Option<String>,
}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 a FUOTA task.
name: Option<String>The name of a FUOTA task.
description: Option<String>The description of the new resource.
lo_ra_wan: Option<LoRaWanFuotaTask>The LoRaWAN information used with a FUOTA task.
firmware_update_image: Option<String>The S3 URI points to a firmware update image that is to be used with a FUOTA task.
firmware_update_role: Option<String>The firmware update role that is to be used with a FUOTA task.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateFuotaTask, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateFuotaTask, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateFuotaTask>
Creates a new builder-style object to manufacture UpdateFuotaTaskInput
The description of the new resource.
The LoRaWAN information used with a FUOTA task.
The S3 URI points to a firmware update image that is to be used with a FUOTA task.
The firmware update role that is to be used with a FUOTA task.
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 UpdateFuotaTaskInput
impl Send for UpdateFuotaTaskInput
impl Sync for UpdateFuotaTaskInput
impl Unpin for UpdateFuotaTaskInput
impl UnwindSafe for UpdateFuotaTaskInput
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
