Class: Aws::IoTWireless::Types::ListFuotaTasksResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ListFuotaTasksResponse
- Defined in:
- gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fuota_task_list ⇒ Array<Types::FuotaTask>
Lists the FUOTA tasks registered to your AWS account.
-
#next_token ⇒ String
To retrieve the next set of results, the
nextToken
value from a previous response; otherwise null to receive the first set of results.
Instance Attribute Details
#fuota_task_list ⇒ Array<Types::FuotaTask>
Lists the FUOTA tasks registered to your AWS account.
3406 3407 3408 3409 3410 3411 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3406 class ListFuotaTasksResponse < Struct.new( :next_token, :fuota_task_list) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
To retrieve the next set of results, the nextToken
value from a
previous response; otherwise null to receive the first set of
results.
3406 3407 3408 3409 3410 3411 |
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3406 class ListFuotaTasksResponse < Struct.new( :next_token, :fuota_task_list) SENSITIVE = [] include Aws::Structure end |