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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/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)


7566
7567
7568
7569
7570
7571
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7566

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

#step_idString

The step ID.

Returns:

  • (String)


7566
7567
7568
7569
7570
7571
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 7566

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