Class: Aws::Deadline::Types::StepSummary

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

Overview

The details for a step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7867

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

#created_byString

The user or system that created this resource.

Returns:

  • (String)


7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7867

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

#dependency_countsTypes::DependencyCounts

The number of dependencies for the step.



7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7867

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

#ended_atTime

The date and time the resource ended running.

Returns:

  • (Time)


7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7867

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

#lifecycle_statusString

The life cycle status.

Returns:

  • (String)


7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7867

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

#lifecycle_status_messageString

A message that describes the lifecycle of the step.

Returns:

  • (String)


7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7867

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

#nameString

The name of the step.

Returns:

  • (String)


7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7867

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

#started_atTime

The date and time the resource started running.

Returns:

  • (Time)


7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7867

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

#step_idString

The step ID.

Returns:

  • (String)


7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7867

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

#target_task_run_statusString

The task status to start with on the job.

Returns:

  • (String)


7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7867

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

#task_run_statusString

The task run status for the job.

  • PENDING–pending and waiting for resources.

  • READY–ready to process.

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

  • SCHEDULED–scheduled to 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)


7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7867

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

#task_run_status_countsHash<String,Integer>

The number of tasks running on the job.

Returns:

  • (Hash<String,Integer>)


7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7867

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

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7867

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

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


7867
7868
7869
7870
7871
7872
7873
7874
7875
7876
7877
7878
7879
7880
7881
7882
7883
7884
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7867

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