Class: Aws::IoT::Types::ListJobExecutionsForThingResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ListJobExecutionsForThingResponse
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_summaries ⇒ Array<Types::JobExecutionSummaryForThing>
A list of job execution summaries.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
Instance Attribute Details
#execution_summaries ⇒ Array<Types::JobExecutionSummaryForThing>
A list of job execution summaries.
11079 11080 11081 11082 11083 11084 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11079 class ListJobExecutionsForThingResponse < Struct.new( :execution_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no additional results.
11079 11080 11081 11082 11083 11084 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 11079 class ListJobExecutionsForThingResponse < Struct.new( :execution_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |