Class: Aws::IoTWireless::Types::LoRaWANFuotaTaskGetInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#rf_regionString

The frequency band (RFRegion) value.

Returns:

  • (String)


3958
3959
3960
3961
3962
3963
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3958

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

#start_timeTime

Start time of a FUOTA task.

Returns:

  • (Time)


3958
3959
3960
3961
3962
3963
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3958

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