Class: Aws::SnowDeviceManagement::Types::ListExecutionsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#executionsArray<Types::ExecutionSummary>

A list of executions. Each execution contains the task ID, the device that the task is executing on, the execution ID, and the status of the execution.

Returns:



802
803
804
805
806
807
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 802

class ListExecutionsOutput < Struct.new(
  :executions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A pagination token to continue to the next page of executions.

Returns:

  • (String)


802
803
804
805
806
807
# File 'gems/aws-sdk-snowdevicemanagement/lib/aws-sdk-snowdevicemanagement/types.rb', line 802

class ListExecutionsOutput < Struct.new(
  :executions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end