Class: Aws::IoT::Types::ListOTAUpdatesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListOTAUpdatesResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token to use to get the next set of results.
-
#ota_updates ⇒ Array<Types::OTAUpdateSummary>
A list of OTA update jobs.
Instance Attribute Details
#next_token ⇒ String
A token to use to get the next set of results.
11364 11365 11366 11367 11368 11369 |
# File 'lib/aws-sdk-iot/types.rb', line 11364 class ListOTAUpdatesResponse < Struct.new( :ota_updates, :next_token) SENSITIVE = [] include Aws::Structure end |
#ota_updates ⇒ Array<Types::OTAUpdateSummary>
A list of OTA update jobs.
11364 11365 11366 11367 11368 11369 |
# File 'lib/aws-sdk-iot/types.rb', line 11364 class ListOTAUpdatesResponse < Struct.new( :ota_updates, :next_token) SENSITIVE = [] include Aws::Structure end |