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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/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_timeTime

Start time of a FUOTA task.

Returns:

  • (Time)


4542
4543
4544
4545
4546
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4542

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