Class: Aws::IoTWireless::Types::LoRaWANFuotaTask
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::IoTWireless::Types::LoRaWANFuotaTask
 
 
- 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
- 
  
    
      #rf_region  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Supported RfRegions.
 
Instance Attribute Details
#rf_region ⇒ String
Supported RfRegions
      4171 4172 4173 4174 4175  | 
    
      # File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4171 class LoRaWANFuotaTask < Struct.new( :rf_region) SENSITIVE = [] include Aws::Structure end  |