Class: Aws::IoTWireless::Types::UpdateFuotaTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::UpdateFuotaTaskRequest
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The description of the new resource.
-
#firmware_update_image ⇒ String
The S3 URI points to a firmware update image that is to be used with a FUOTA task.
-
#firmware_update_role ⇒ String
The firmware update role that is to be used with a FUOTA task.
-
#id ⇒ String
The ID of a FUOTA task.
-
#lo_ra_wan ⇒ Types::LoRaWANFuotaTask
The LoRaWAN information used with a FUOTA task.
-
#name ⇒ String
The name of a FUOTA task.
Instance Attribute Details
#description ⇒ String
The description of the new resource.
5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5342 class UpdateFuotaTaskRequest < Struct.new( :id, :name, :description, :lo_ra_wan, :firmware_update_image, :firmware_update_role) SENSITIVE = [] include Aws::Structure end |
#firmware_update_image ⇒ String
The S3 URI points to a firmware update image that is to be used with a FUOTA task.
5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5342 class UpdateFuotaTaskRequest < Struct.new( :id, :name, :description, :lo_ra_wan, :firmware_update_image, :firmware_update_role) SENSITIVE = [] include Aws::Structure end |
#firmware_update_role ⇒ String
The firmware update role that is to be used with a FUOTA task.
5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5342 class UpdateFuotaTaskRequest < Struct.new( :id, :name, :description, :lo_ra_wan, :firmware_update_image, :firmware_update_role) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of a FUOTA task.
5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5342 class UpdateFuotaTaskRequest < Struct.new( :id, :name, :description, :lo_ra_wan, :firmware_update_image, :firmware_update_role) SENSITIVE = [] include Aws::Structure end |
#lo_ra_wan ⇒ Types::LoRaWANFuotaTask
The LoRaWAN information used with a FUOTA task.
5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5342 class UpdateFuotaTaskRequest < Struct.new( :id, :name, :description, :lo_ra_wan, :firmware_update_image, :firmware_update_role) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of a FUOTA task.
5342 5343 5344 5345 5346 5347 5348 5349 5350 5351 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5342 class UpdateFuotaTaskRequest < Struct.new( :id, :name, :description, :lo_ra_wan, :firmware_update_image, :firmware_update_role) SENSITIVE = [] include Aws::Structure end |