Class: Aws::IoTManagedIntegrations::Types::ListOtaTaskExecutionsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListOtaTaskExecutionsResponse
- Includes:
- Structure
- Defined in:
- 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.
3192 3193 3194 3195 3196 3197 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3192 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.
3192 3193 3194 3195 3196 3197 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3192 class ListOtaTaskExecutionsResponse < Struct.new( :execution_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |