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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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)


7769
7770
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781
7782
7783
7784
7785
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7769

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

#ended_atTime

The date and time the resource ended running.

Returns:

  • (Time)


7769
7770
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781
7782
7783
7784
7785
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7769

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

#job_idString

The job ID.

Returns:

  • (String)


7769
7770
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781
7782
7783
7784
7785
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7769

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

#lifecycle_statusString

The life cycle status.

Returns:

  • (String)


7769
7770
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781
7782
7783
7784
7785
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7769

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

#lifecycle_status_messageString

The life cycle status message.

Returns:

  • (String)


7769
7770
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781
7782
7783
7784
7785
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7769

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

#nameString

The step name.

Returns:

  • (String)


7769
7770
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781
7782
7783
7784
7785
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7769

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

#parameter_spaceTypes::ParameterSpace

The parameters and combination expressions for the search.



7769
7770
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781
7782
7783
7784
7785
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7769

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

#queue_idString

The queue ID.

Returns:

  • (String)


7769
7770
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781
7782
7783
7784
7785
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7769

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

#started_atTime

The date and time the resource started running.

Returns:

  • (Time)


7769
7770
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781
7782
7783
7784
7785
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7769

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

#step_idString

The step ID.

Returns:

  • (String)


7769
7770
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781
7782
7783
7784
7785
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7769

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

#target_task_run_statusString

The task status to start with on the job.

Returns:

  • (String)


7769
7770
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781
7782
7783
7784
7785
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7769

class StepSearchSummary < Struct.new(
  :created_at,
  :ended_at,
  :job_id,
  :lifecycle_status,
  :lifecycle_status_message,
  :name,
  :parameter_space,
  :queue_id,
  :started_at,
  :step_id,
  :target_task_run_status,
  :task_run_status,
  :task_run_status_counts)
  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)


7769
7770
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781
7782
7783
7784
7785
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7769

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

#task_run_status_countsHash<String,Integer>

The number of tasks running on the job.

Returns:

  • (Hash<String,Integer>)


7769
7770
7771
7772
7773
7774
7775
7776
7777
7778
7779
7780
7781
7782
7783
7784
7785
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7769

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