Class: Aws::IoTWireless::Types::LoRaWANStartFuotaTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANStartFuotaTask
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
Note:
When making an API call, you may pass LoRaWANStartFuotaTask data as a hash:
{
start_time: Time.now,
}
The LoRaWAN information used to start a FUOTA task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#start_time ⇒ Time
Start time of a FUOTA task.
Instance Attribute Details
#start_time ⇒ Time
Start time of a FUOTA task.
4256 4257 4258 4259 4260 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4256 class LoRaWANStartFuotaTask < Struct.new( :start_time) SENSITIVE = [] include Aws::Structure end |