Class: Aws::IoT::Types::ListOTAUpdatesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return at one time.

Returns:

  • (Integer)


10285
10286
10287
10288
10289
10290
10291
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10285

class ListOTAUpdatesRequest < Struct.new(
  :max_results,
  :next_token,
  :ota_update_status)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token used to retrieve the next set of results.

Returns:

  • (String)


10285
10286
10287
10288
10289
10290
10291
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10285

class ListOTAUpdatesRequest < Struct.new(
  :max_results,
  :next_token,
  :ota_update_status)
  SENSITIVE = []
  include Aws::Structure
end

#ota_update_statusString

The OTA update job status.

Returns:

  • (String)


10285
10286
10287
10288
10289
10290
10291
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10285

class ListOTAUpdatesRequest < Struct.new(
  :max_results,
  :next_token,
  :ota_update_status)
  SENSITIVE = []
  include Aws::Structure
end