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