Class: Aws::IoTWireless::Types::StartFuotaTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::StartFuotaTaskRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of a FUOTA task.
-
#lo_ra_wan ⇒ Types::LoRaWANStartFuotaTask
The LoRaWAN information used to start a FUOTA task.
Instance Attribute Details
#id ⇒ String
The ID of a FUOTA task.
5726 5727 5728 5729 5730 5731 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5726 class StartFuotaTaskRequest < Struct.new( :id, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |
#lo_ra_wan ⇒ Types::LoRaWANStartFuotaTask
The LoRaWAN information used to start a FUOTA task.
5726 5727 5728 5729 5730 5731 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5726 class StartFuotaTaskRequest < Struct.new( :id, :lo_ra_wan) SENSITIVE = [] include Aws::Structure end |