Class: Aws::IoTManagedIntegrations::Types::ListOtaTaskConfigurationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListOtaTaskConfigurationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::OtaTaskConfigurationSummary>
The list of the over-the-air (OTA) task configurations.
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
Instance Attribute Details
#items ⇒ Array<Types::OtaTaskConfigurationSummary>
The list of the over-the-air (OTA) task configurations.
3157 3158 3159 3160 3161 3162 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3157 class ListOtaTaskConfigurationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
3157 3158 3159 3160 3161 3162 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3157 class ListOtaTaskConfigurationsResponse < Struct.new( :items, :next_token) SENSITIVE = [] include Aws::Structure end |