Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::Deadline::Types::GetTaskResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[:parameters]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)

4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4059

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

#created_byString

The user or system that created this resource.

Returns:

  • (String)

4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4059

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

#ended_atTime

The date and time the resource ended running.

Returns:

  • (Time)

4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4059

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

#failure_retry_countInteger

The number of times that the task failed and was retried.

Returns:

  • (Integer)

4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4059

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

#latest_session_action_idString

The latest session ID for the task.

Returns:

  • (String)

4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4059

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

#parametersHash<String,Types::TaskParameterValue>

The parameters for the task.

Returns:


4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4059

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

#run_statusString

The run status for the task.

Returns:

  • (String)

4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4059

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

#started_atTime

The date and time the resource started running.

Returns:

  • (Time)

4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4059

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

#target_run_statusString

The run status with which to start the task.

Returns:

  • (String)

4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4059

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

#task_idString

The task ID.

Returns:

  • (String)

4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4059

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

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)

4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4059

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

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)

4059
4060
4061
4062
4063
4064
4065
4066
4067
4068
4069
4070
4071
4072
4073
4074
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4059

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