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

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

The frequency band (RFRegion) value.

Returns:

  • (String)


4315
4316
4317
4318
4319
4320
# File 'lib/aws-sdk-iotwireless/types.rb', line 4315

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

#start_time ⇒ Time

Start time of a FUOTA task.

Returns:

  • (Time)


4315
4316
4317
4318
4319
4320
# File 'lib/aws-sdk-iotwireless/types.rb', line 4315

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