Class: Aws::Types::ListJobExecutionsForThingResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListJobExecutionsForThingResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#execution_summaries ⇒ ::Array[Types::JobExecutionSummaryForThing]
Returns the value of attribute execution_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#execution_summaries ⇒ ::Array[Types::JobExecutionSummaryForThing]
Returns the value of attribute execution_summaries.
3279 3280 3281 |
# File 'sig/types.rbs', line 3279 def execution_summaries @execution_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3280 3281 3282 |
# File 'sig/types.rbs', line 3280 def next_token @next_token end |