Class: Aws::Deadline::Types::GetTaskRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#farm_idString

The farm ID of the farm connected to the task.

Returns:

  • (String)


4727
4728
4729
4730
4731
4732
4733
4734
4735
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4727

class GetTaskRequest < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The job ID of the job connected to the task.

Returns:

  • (String)


4727
4728
4729
4730
4731
4732
4733
4734
4735
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4727

class GetTaskRequest < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end

#queue_idString

The queue ID for the queue connected to the task.

Returns:

  • (String)


4727
4728
4729
4730
4731
4732
4733
4734
4735
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4727

class GetTaskRequest < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end

#step_idString

The step ID for the step connected to the task.

Returns:

  • (String)


4727
4728
4729
4730
4731
4732
4733
4734
4735
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4727

class GetTaskRequest < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end

#task_idString

The task ID.

Returns:

  • (String)


4727
4728
4729
4730
4731
4732
4733
4734
4735
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 4727

class GetTaskRequest < Struct.new(
  :farm_id,
  :queue_id,
  :job_id,
  :step_id,
  :task_id)
  SENSITIVE = []
  include Aws::Structure
end