Class: Aws::IoTWireless::Types::FuotaTask
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::FuotaTask
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
A FUOTA task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The arn of a FUOTA task.
-
#id ⇒ String
The ID of a FUOTA task.
-
#name ⇒ String
The name of a FUOTA task.
Instance Attribute Details
#arn ⇒ String
The arn of a FUOTA task.
1763 1764 1765 1766 1767 1768 1769 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 1763 class FuotaTask < Struct.new( :id, :arn, :name) SENSITIVE = [] include Aws::Structure end |