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)


4089
4090
4091
4092
4093
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4089

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