Class: Aws::IoTWireless::Types::LoRaWANStartFuotaTask

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotwireless/types.rb

Overview

The LoRaWAN information used to start a FUOTA task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#start_time ⇒ Time

Start time of a FUOTA task.

Returns:

  • (Time)


4841
4842
4843
4844
4845
# File 'lib/aws-sdk-iotwireless/types.rb', line 4841

class LoRaWANStartFuotaTask < Struct.new(
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end