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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4157
4158
4159
4160
4161
# File 'lib/aws-sdk-iotwireless/types.rb', line 4157

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