Class: Aws::Deadline::Types::BatchGetTaskIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::BatchGetTaskIdentifier
- 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
-
#farm_id ⇒ String
The farm ID of the task.
-
#job_id ⇒ String
The job ID of the task.
-
#queue_id ⇒ String
The queue ID of the task.
-
#step_id ⇒ String
The step ID of the task.
-
#task_id ⇒ String
The task ID.
Instance Attribute Details
#farm_id ⇒ String
The farm ID of the task.
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_id ⇒ String
The job ID of the task.
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_id ⇒ String
The queue ID of the task.
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_id ⇒ String
The step ID of the task.
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_id ⇒ String
The task ID.
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 |