Class: Aws::IoTManagedIntegrations::Types::ListOtaTaskExecutionsResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_summariesArray<Types::OtaTaskExecutionSummaries>

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



2137
2138
2139
2140
2141
2142
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2137

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

#next_tokenString

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

Returns:

  • (String)


2137
2138
2139
2140
2141
2142
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2137

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