Class: Aws::IoT::Types::ListOTAUpdatesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListOTAUpdatesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of results to return at one time.
-
#next_token ⇒ String
A token used to retrieve the next set of results.
-
#ota_update_status ⇒ String
The OTA update job status.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of results to return at one time.
11420 11421 11422 11423 11424 11425 11426 |
# File 'lib/aws-sdk-iot/types.rb', line 11420 class ListOTAUpdatesRequest < Struct.new( :max_results, :next_token, :ota_update_status) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token used to retrieve the next set of results.
11420 11421 11422 11423 11424 11425 11426 |
# File 'lib/aws-sdk-iot/types.rb', line 11420 class ListOTAUpdatesRequest < Struct.new( :max_results, :next_token, :ota_update_status) SENSITIVE = [] include Aws::Structure end |
#ota_update_status ⇒ String
The OTA update job status.
11420 11421 11422 11423 11424 11425 11426 |
# File 'lib/aws-sdk-iot/types.rb', line 11420 class ListOTAUpdatesRequest < Struct.new( :max_results, :next_token, :ota_update_status) SENSITIVE = [] include Aws::Structure end |