Class: Aws::Deadline::Types::BatchGetStepIdentifier

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

Overview

The identifiers for a step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#farm_idString

The farm ID of the step.

Returns:

  • (String)


1477
1478
1479
1480
1481
1482
1483
1484
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1477

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

#job_idString

The job ID of the step.

Returns:

  • (String)


1477
1478
1479
1480
1481
1482
1483
1484
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1477

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

#queue_idString

The queue ID of the step.

Returns:

  • (String)


1477
1478
1479
1480
1481
1482
1483
1484
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1477

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

#step_idString

The step ID.

Returns:

  • (String)


1477
1478
1479
1480
1481
1482
1483
1484
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1477

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