Class: Aws::IoTWireless::Types::LoRaWANFuotaTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANFuotaTask
- 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
-
#rf_region ⇒ String
Supported RfRegions.
Instance Attribute Details
#rf_region ⇒ String
Supported RfRegions
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 |