Class: Aws::IoT::Types::ListOTAUpdatesResponse

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

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token to use to get the next set of results.

Returns:

  • (String)


6612
6613
6614
6615
6616
# File 'lib/aws-sdk-iot/types.rb', line 6612

class ListOTAUpdatesResponse < Struct.new(
  :ota_updates,
  :next_token)
  include Aws::Structure
end

#ota_updatesArray<Types::OTAUpdateSummary>

A list of OTA update jobs.

Returns:



6612
6613
6614
6615
6616
# File 'lib/aws-sdk-iot/types.rb', line 6612

class ListOTAUpdatesResponse < Struct.new(
  :ota_updates,
  :next_token)
  include Aws::Structure
end