pub struct UpdateWirelessGatewayTaskCreate {
pub lo_ra_wan: Option<Value<LoRaWANUpdateGatewayTaskCreate>>,
pub update_data_role: Option<Value<String>>,
pub update_data_source: Option<Value<String>>,
}Expand description
The AWS::IoTWireless::TaskDefinition.UpdateWirelessGatewayTaskCreate property type.
Fields§
§lo_ra_wan: Option<Value<LoRaWANUpdateGatewayTaskCreate>>Property LoRaWAN.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
update_data_role: Option<Value<String>>Property UpdateDataRole.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
update_data_source: Option<Value<String>>Property UpdateDataSource.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Default for UpdateWirelessGatewayTaskCreate
impl Default for UpdateWirelessGatewayTaskCreate
Source§fn default() -> UpdateWirelessGatewayTaskCreate
fn default() -> UpdateWirelessGatewayTaskCreate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateWirelessGatewayTaskCreate
impl RefUnwindSafe for UpdateWirelessGatewayTaskCreate
impl Send for UpdateWirelessGatewayTaskCreate
impl Sync for UpdateWirelessGatewayTaskCreate
impl Unpin for UpdateWirelessGatewayTaskCreate
impl UnwindSafe for UpdateWirelessGatewayTaskCreate
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