Class: Aws::IoTManagedIntegrations::Types::ListOtaTasksResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotmanagedintegrations/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token that can be used to retrieve the next set of results.



3222
3223
3224
3225
3226
3227
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3222

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

#tasksArray<Types::OtaTaskSummary>

A list of all of the over-the-air (OTA) tasks.



3222
3223
3224
3225
3226
3227
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3222

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