Class: Aws::IoTWireless::Types::LoRaWANFuotaTaskGetInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::LoRaWANFuotaTaskGetInfo
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Overview
The LoRaWAN information returned from getting a FUOTA task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rf_region ⇒ String
The frequency band (RFRegion) value.
-
#start_time ⇒ Time
Start time of a FUOTA task.
Instance Attribute Details
#rf_region ⇒ String
The frequency band (RFRegion) value.
4173 4174 4175 4176 4177 4178 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4173 class LoRaWANFuotaTaskGetInfo < Struct.new( :rf_region, :start_time) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
Start time of a FUOTA task.
4173 4174 4175 4176 4177 4178 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 4173 class LoRaWANFuotaTaskGetInfo < Struct.new( :rf_region, :start_time) SENSITIVE = [] include Aws::Structure end |