Class: Aws::IoTManagedIntegrations::Types::ListOtaTaskExecutionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTManagedIntegrations::Types::ListOtaTaskExecutionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotmanagedintegrations/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The over-the-air (OTA) task id.
-
#max_results ⇒ Integer
The maximum number of results to return at one time.
-
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
Instance Attribute Details
#identifier ⇒ String
The over-the-air (OTA) task id.
3176 3177 3178 3179 3180 3181 3182 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3176 class ListOtaTaskExecutionsRequest < Struct.new( :identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return at one time.
3176 3177 3178 3179 3180 3181 3182 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3176 class ListOtaTaskExecutionsRequest < Struct.new( :identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token that can be used to retrieve the next set of results.
3176 3177 3178 3179 3180 3181 3182 |
# File 'lib/aws-sdk-iotmanagedintegrations/types.rb', line 3176 class ListOtaTaskExecutionsRequest < Struct.new( :identifier, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |