Class: Aws::Deadline::Types::StepSearchSummary

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

The details of a step search.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
# File 'lib/aws-sdk-deadline/types.rb', line 10969

class StepSearchSummary < Struct.new(
  :step_id,
  :job_id,
  :queue_id,
  :name,
  :lifecycle_status,
  :lifecycle_status_message,
  :task_run_status,
  :target_task_run_status,
  :task_run_status_counts,
  :task_failure_retry_count,
  :created_at,
  :created_by,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :parameter_space)
  SENSITIVE = []
  include Aws::Structure
end

#created_byString

The user or system that created this resource.

Returns:

  • (String)


10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
# File 'lib/aws-sdk-deadline/types.rb', line 10969

class StepSearchSummary < Struct.new(
  :step_id,
  :job_id,
  :queue_id,
  :name,
  :lifecycle_status,
  :lifecycle_status_message,
  :task_run_status,
  :target_task_run_status,
  :task_run_status_counts,
  :task_failure_retry_count,
  :created_at,
  :created_by,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :parameter_space)
  SENSITIVE = []
  include Aws::Structure
end

#ended_atTime

The date and time the resource ended running.

Returns:

  • (Time)


10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
# File 'lib/aws-sdk-deadline/types.rb', line 10969

class StepSearchSummary < Struct.new(
  :step_id,
  :job_id,
  :queue_id,
  :name,
  :lifecycle_status,
  :lifecycle_status_message,
  :task_run_status,
  :target_task_run_status,
  :task_run_status_counts,
  :task_failure_retry_count,
  :created_at,
  :created_by,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :parameter_space)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The job ID.

Returns:

  • (String)


10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
# File 'lib/aws-sdk-deadline/types.rb', line 10969

class StepSearchSummary < Struct.new(
  :step_id,
  :job_id,
  :queue_id,
  :name,
  :lifecycle_status,
  :lifecycle_status_message,
  :task_run_status,
  :target_task_run_status,
  :task_run_status_counts,
  :task_failure_retry_count,
  :created_at,
  :created_by,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :parameter_space)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycle_statusString

The life cycle status.

Returns:

  • (String)


10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
# File 'lib/aws-sdk-deadline/types.rb', line 10969

class StepSearchSummary < Struct.new(
  :step_id,
  :job_id,
  :queue_id,
  :name,
  :lifecycle_status,
  :lifecycle_status_message,
  :task_run_status,
  :target_task_run_status,
  :task_run_status_counts,
  :task_failure_retry_count,
  :created_at,
  :created_by,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :parameter_space)
  SENSITIVE = []
  include Aws::Structure
end

#lifecycle_status_messageString

The life cycle status message.

Returns:

  • (String)


10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
# File 'lib/aws-sdk-deadline/types.rb', line 10969

class StepSearchSummary < Struct.new(
  :step_id,
  :job_id,
  :queue_id,
  :name,
  :lifecycle_status,
  :lifecycle_status_message,
  :task_run_status,
  :target_task_run_status,
  :task_run_status_counts,
  :task_failure_retry_count,
  :created_at,
  :created_by,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :parameter_space)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The step name.

Returns:

  • (String)


10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
# File 'lib/aws-sdk-deadline/types.rb', line 10969

class StepSearchSummary < Struct.new(
  :step_id,
  :job_id,
  :queue_id,
  :name,
  :lifecycle_status,
  :lifecycle_status_message,
  :task_run_status,
  :target_task_run_status,
  :task_run_status_counts,
  :task_failure_retry_count,
  :created_at,
  :created_by,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :parameter_space)
  SENSITIVE = []
  include Aws::Structure
end

#parameter_spaceTypes::ParameterSpace

The parameters and combination expressions for the search.



10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
# File 'lib/aws-sdk-deadline/types.rb', line 10969

class StepSearchSummary < Struct.new(
  :step_id,
  :job_id,
  :queue_id,
  :name,
  :lifecycle_status,
  :lifecycle_status_message,
  :task_run_status,
  :target_task_run_status,
  :task_run_status_counts,
  :task_failure_retry_count,
  :created_at,
  :created_by,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :parameter_space)
  SENSITIVE = []
  include Aws::Structure
end

#queue_idString

The queue ID.

Returns:

  • (String)


10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
# File 'lib/aws-sdk-deadline/types.rb', line 10969

class StepSearchSummary < Struct.new(
  :step_id,
  :job_id,
  :queue_id,
  :name,
  :lifecycle_status,
  :lifecycle_status_message,
  :task_run_status,
  :target_task_run_status,
  :task_run_status_counts,
  :task_failure_retry_count,
  :created_at,
  :created_by,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :parameter_space)
  SENSITIVE = []
  include Aws::Structure
end

#started_atTime

The date and time the resource started running.

Returns:

  • (Time)


10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
# File 'lib/aws-sdk-deadline/types.rb', line 10969

class StepSearchSummary < Struct.new(
  :step_id,
  :job_id,
  :queue_id,
  :name,
  :lifecycle_status,
  :lifecycle_status_message,
  :task_run_status,
  :target_task_run_status,
  :task_run_status_counts,
  :task_failure_retry_count,
  :created_at,
  :created_by,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :parameter_space)
  SENSITIVE = []
  include Aws::Structure
end

#step_idString

The step ID.

Returns:

  • (String)


10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
# File 'lib/aws-sdk-deadline/types.rb', line 10969

class StepSearchSummary < Struct.new(
  :step_id,
  :job_id,
  :queue_id,
  :name,
  :lifecycle_status,
  :lifecycle_status_message,
  :task_run_status,
  :target_task_run_status,
  :task_run_status_counts,
  :task_failure_retry_count,
  :created_at,
  :created_by,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :parameter_space)
  SENSITIVE = []
  include Aws::Structure
end

#target_task_run_statusString

The task status to update the job’s tasks to.

Returns:

  • (String)


10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
# File 'lib/aws-sdk-deadline/types.rb', line 10969

class StepSearchSummary < Struct.new(
  :step_id,
  :job_id,
  :queue_id,
  :name,
  :lifecycle_status,
  :lifecycle_status_message,
  :task_run_status,
  :target_task_run_status,
  :task_run_status_counts,
  :task_failure_retry_count,
  :created_at,
  :created_by,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :parameter_space)
  SENSITIVE = []
  include Aws::Structure
end

#task_failure_retry_countInteger

The total number of times tasks from the step failed and were retried.

Returns:

  • (Integer)


10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
# File 'lib/aws-sdk-deadline/types.rb', line 10969

class StepSearchSummary < Struct.new(
  :step_id,
  :job_id,
  :queue_id,
  :name,
  :lifecycle_status,
  :lifecycle_status_message,
  :task_run_status,
  :target_task_run_status,
  :task_run_status_counts,
  :task_failure_retry_count,
  :created_at,
  :created_by,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :parameter_space)
  SENSITIVE = []
  include Aws::Structure
end

#task_run_statusString

The task run status for the job.

  • ‘PENDING`–pending and waiting for resources.

  • ‘READY`–ready to be processed.

  • ‘ASSIGNED`–assigned and will run next on a worker.

  • ‘SCHEDULED`–scheduled to be run on a worker.

  • ‘INTERRUPTING`–being interrupted.

  • ‘RUNNING`–running on a worker.

  • ‘SUSPENDED`–the task is suspended.

  • ‘CANCELED`–the task has been canceled.

  • ‘FAILED`–the task has failed.

  • ‘SUCCEEDED`–the task has succeeded.

Returns:

  • (String)


10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
# File 'lib/aws-sdk-deadline/types.rb', line 10969

class StepSearchSummary < Struct.new(
  :step_id,
  :job_id,
  :queue_id,
  :name,
  :lifecycle_status,
  :lifecycle_status_message,
  :task_run_status,
  :target_task_run_status,
  :task_run_status_counts,
  :task_failure_retry_count,
  :created_at,
  :created_by,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :parameter_space)
  SENSITIVE = []
  include Aws::Structure
end

#task_run_status_countsHash<String,Integer>

The number of tasks running on the job.

Returns:

  • (Hash<String,Integer>)


10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
# File 'lib/aws-sdk-deadline/types.rb', line 10969

class StepSearchSummary < Struct.new(
  :step_id,
  :job_id,
  :queue_id,
  :name,
  :lifecycle_status,
  :lifecycle_status_message,
  :task_run_status,
  :target_task_run_status,
  :task_run_status_counts,
  :task_failure_retry_count,
  :created_at,
  :created_by,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :parameter_space)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
# File 'lib/aws-sdk-deadline/types.rb', line 10969

class StepSearchSummary < Struct.new(
  :step_id,
  :job_id,
  :queue_id,
  :name,
  :lifecycle_status,
  :lifecycle_status_message,
  :task_run_status,
  :target_task_run_status,
  :task_run_status_counts,
  :task_failure_retry_count,
  :created_at,
  :created_by,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :parameter_space)
  SENSITIVE = []
  include Aws::Structure
end

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


10969
10970
10971
10972
10973
10974
10975
10976
10977
10978
10979
10980
10981
10982
10983
10984
10985
10986
10987
10988
10989
# File 'lib/aws-sdk-deadline/types.rb', line 10969

class StepSearchSummary < Struct.new(
  :step_id,
  :job_id,
  :queue_id,
  :name,
  :lifecycle_status,
  :lifecycle_status_message,
  :task_run_status,
  :target_task_run_status,
  :task_run_status_counts,
  :task_failure_retry_count,
  :created_at,
  :created_by,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :parameter_space)
  SENSITIVE = []
  include Aws::Structure
end