Class: Aws::IoTManagedIntegrations::Types::ListOtaTaskExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListOtaTaskExecutionsResponse
- Defined in:
- gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_summaries ⇒ Array<Types::OtaTaskExecutionSummaries>
A list of all of the over-the-air (OTA) task executions.
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
Instance Attribute Details
#execution_summaries ⇒ Array<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_token ⇒ String
A token that can be used to retrieve the next set of results.
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 |