Class: Aws::Deadline::Types::BatchGetTaskItem

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

Overview

The details of a task returned in a batch get operation.

Constant Summary collapse

SENSITIVE =
[:parameters]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1777

class BatchGetTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :created_at,
  :created_by,
  :run_status,
  :target_run_status,
  :failure_retry_count,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :latest_session_action_id,
  :parameters)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#created_byString

The user or system that created this resource.

Returns:

  • (String)


1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1777

class BatchGetTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :created_at,
  :created_by,
  :run_status,
  :target_run_status,
  :failure_retry_count,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :latest_session_action_id,
  :parameters)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#ended_atTime

The date and time the resource ended running.

Returns:

  • (Time)


1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1777

class BatchGetTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :created_at,
  :created_by,
  :run_status,
  :target_run_status,
  :failure_retry_count,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :latest_session_action_id,
  :parameters)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#failure_retry_countInteger

The number of times the task failed and was retried.

Returns:

  • (Integer)


1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1777

class BatchGetTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :created_at,
  :created_by,
  :run_status,
  :target_run_status,
  :failure_retry_count,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :latest_session_action_id,
  :parameters)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#farm_idString

The farm ID of the task.

Returns:

  • (String)


1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1777

class BatchGetTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :created_at,
  :created_by,
  :run_status,
  :target_run_status,
  :failure_retry_count,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :latest_session_action_id,
  :parameters)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#job_idString

The job ID of the task.

Returns:

  • (String)


1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1777

class BatchGetTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :created_at,
  :created_by,
  :run_status,
  :target_run_status,
  :failure_retry_count,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :latest_session_action_id,
  :parameters)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#latest_session_action_idString

The latest session action for the task.

Returns:

  • (String)


1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1777

class BatchGetTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :created_at,
  :created_by,
  :run_status,
  :target_run_status,
  :failure_retry_count,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :latest_session_action_id,
  :parameters)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#parametersHash<String,Types::TaskParameterValue>

The parameters for the task.

Returns:



1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1777

class BatchGetTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :created_at,
  :created_by,
  :run_status,
  :target_run_status,
  :failure_retry_count,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :latest_session_action_id,
  :parameters)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#queue_idString

The queue ID of the task.

Returns:

  • (String)


1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1777

class BatchGetTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :created_at,
  :created_by,
  :run_status,
  :target_run_status,
  :failure_retry_count,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :latest_session_action_id,
  :parameters)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#run_statusString

The run status of the task.

Returns:

  • (String)


1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1777

class BatchGetTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :created_at,
  :created_by,
  :run_status,
  :target_run_status,
  :failure_retry_count,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :latest_session_action_id,
  :parameters)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#started_atTime

The date and time the resource started running.

Returns:

  • (Time)


1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1777

class BatchGetTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :created_at,
  :created_by,
  :run_status,
  :target_run_status,
  :failure_retry_count,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :latest_session_action_id,
  :parameters)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#step_idString

The step ID of the task.

Returns:

  • (String)


1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1777

class BatchGetTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :created_at,
  :created_by,
  :run_status,
  :target_run_status,
  :failure_retry_count,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :latest_session_action_id,
  :parameters)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#target_run_statusString

The run status with which to start the task.

Returns:

  • (String)


1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1777

class BatchGetTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :created_at,
  :created_by,
  :run_status,
  :target_run_status,
  :failure_retry_count,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :latest_session_action_id,
  :parameters)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#task_idString

The task ID.

Returns:

  • (String)


1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1777

class BatchGetTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :created_at,
  :created_by,
  :run_status,
  :target_run_status,
  :failure_retry_count,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :latest_session_action_id,
  :parameters)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1777

class BatchGetTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :created_at,
  :created_by,
  :run_status,
  :target_run_status,
  :failure_retry_count,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :latest_session_action_id,
  :parameters)
  SENSITIVE = [:parameters]
  include Aws::Structure
end

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1777

class BatchGetTaskItem < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id,
  :created_at,
  :created_by,
  :run_status,
  :target_run_status,
  :failure_retry_count,
  :started_at,
  :ended_at,
  :updated_at,
  :updated_by,
  :latest_session_action_id,
  :parameters)
  SENSITIVE = [:parameters]
  include Aws::Structure
end