Class: Aws::Types::ListJobExecutionsForThingResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#execution_summaries::Array[Types::JobExecutionSummaryForThing]

Returns the value of attribute execution_summaries.

Returns:



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.

Returns:



3280
3281
3282
# File 'sig/types.rbs', line 3280

def next_token
  @next_token
end