Class: Aws::IoTWireless::Types::LoRaWANFuotaTask

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

Overview

The LoRaWAN information used with a FUOTA task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rf_regionString

Supported RfRegions

Returns:

  • (String)


3942
3943
3944
3945
3946
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3942

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