Class: Aws::Deadline::Types::StepDependency

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

Overview

The details of step dependency.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The step dependency status.

Returns:

  • (String)


7838
7839
7840
7841
7842
7843
# File 'lib/aws-sdk-deadline/types.rb', line 7838

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

#step_idString

The step ID.

Returns:

  • (String)


7838
7839
7840
7841
7842
7843
# File 'lib/aws-sdk-deadline/types.rb', line 7838

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