Class: Aws::Deadline::Types::BatchGetTaskIdentifier

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

Overview

The identifiers for a task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#farm_idString

The farm ID of the task.

Returns:

  • (String)


1699
1700
1701
1702
1703
1704
1705
1706
1707
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1699

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

#job_idString

The job ID of the task.

Returns:

  • (String)


1699
1700
1701
1702
1703
1704
1705
1706
1707
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1699

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

#queue_idString

The queue ID of the task.

Returns:

  • (String)


1699
1700
1701
1702
1703
1704
1705
1706
1707
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1699

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

#step_idString

The step ID of the task.

Returns:

  • (String)


1699
1700
1701
1702
1703
1704
1705
1706
1707
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1699

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

#task_idString

The task ID.

Returns:

  • (String)


1699
1700
1701
1702
1703
1704
1705
1706
1707
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1699

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