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.
10626 10627 10628 10629 10630 10631 |
# File 'lib/aws-sdk-iot/types.rb', line 10626 class ListOTAUpdatesResponse < Struct.new( :ota_updates, :next_token) SENSITIVE = [] include Aws::Structure end |
#ota_updates ⇒ Array<Types::OTAUpdateSummary>
A list of OTA update jobs.
10626 10627 10628 10629 10630 10631 |
# File 'lib/aws-sdk-iot/types.rb', line 10626 class ListOTAUpdatesResponse < Struct.new( :ota_updates, :next_token) SENSITIVE = [] include Aws::Structure end |