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)


3820
3821
3822
3823
3824
3825
3826
3827
3828
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3820

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

#job_idString

The job ID of the job connected to the task.

Returns:

  • (String)


3820
3821
3822
3823
3824
3825
3826
3827
3828
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3820

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

#queue_idString

The queue ID for the queue connected to the task.

Returns:

  • (String)


3820
3821
3822
3823
3824
3825
3826
3827
3828
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3820

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

#step_idString

The step ID for the step connected to the task.

Returns:

  • (String)


3820
3821
3822
3823
3824
3825
3826
3827
3828
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3820

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

#task_idString

The task ID.

Returns:

  • (String)


3820
3821
3822
3823
3824
3825
3826
3827
3828
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3820

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