Class: Aws::IoTWireless::Types::StartFuotaTaskRequest

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of a FUOTA task.

Returns:

  • (String)


5726
5727
5728
5729
5730
5731
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5726

class StartFuotaTaskRequest < Struct.new(
  :id,
  :lo_ra_wan)
  SENSITIVE = []
  include Aws::Structure
end

#lo_ra_wanTypes::LoRaWANStartFuotaTask

The LoRaWAN information used to start a FUOTA task.



5726
5727
5728
5729
5730
5731
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5726

class StartFuotaTaskRequest < Struct.new(
  :id,
  :lo_ra_wan)
  SENSITIVE = []
  include Aws::Structure
end