Class: Aws::IoTWireless::Types::ListFuotaTasksResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fuota_task_listArray<Types::FuotaTask>

Lists the FUOTA tasks registered to your AWS account.

Returns:



3264
3265
3266
3267
3268
3269
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3264

class ListFuotaTasksResponse < Struct.new(
  :next_token,
  :fuota_task_list)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

To retrieve the next set of results, the nextToken value from a previous response; otherwise null to receive the first set of results.

Returns:

  • (String)


3264
3265
3266
3267
3268
3269
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 3264

class ListFuotaTasksResponse < Struct.new(
  :next_token,
  :fuota_task_list)
  SENSITIVE = []
  include Aws::Structure
end