Class: Aws::Deadline::Types::StepDetailsIdentifiers

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

Overview

The details of identifiers for a step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_idString

The job ID.

Returns:

  • (String)


7859
7860
7861
7862
7863
7864
# File 'lib/aws-sdk-deadline/types.rb', line 7859

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

#step_idString

The step ID.

Returns:

  • (String)


7859
7860
7861
7862
7863
7864
# File 'lib/aws-sdk-deadline/types.rb', line 7859

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