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

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

#next_tokenString

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

Returns:

  • (String)


10301
10302
10303
10304
10305
10306
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10301

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

#ota_updatesArray<Types::OTAUpdateSummary>

A list of OTA update jobs.

Returns:



10301
10302
10303
10304
10305
10306
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 10301

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