Class: Aws::IoTManagedIntegrations::Types::ListOtaTaskExecutionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotmanagedintegrations/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

The over-the-air (OTA) task id.

Returns:

  • (String)


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_resultsInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


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_tokenString

A token that can be used to retrieve the next set of results.

Returns:

  • (String)


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