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
Overview
Note:
When making an API call, you may pass UpdateFuotaTaskRequest data as a hash:
{
id: "FuotaTaskId", # required
name: "FuotaTaskName",
description: "Description",
lo_ra_wan: {
rf_region: "EU868", # accepts EU868, US915, AU915, AS923-1
},
firmware_update_image: "FirmwareUpdateImage",
firmware_update_role: "FirmwareUpdateRole",
}
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.
5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5514 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.
5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5514 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.
5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5514 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.
5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5514 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.
5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5514 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.
5514 5515 5516 5517 5518 5519 5520 5521 5522 5523 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 5514 class UpdateFuotaTaskRequest < Struct.new( :id, :name, :description, :lo_ra_wan, :firmware_update_image, :firmware_update_role) SENSITIVE = [] include Aws::Structure end |