Class: Aws::Deadline::Types::StepDependency
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::StepDependency
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
The details of step dependency.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The step dependency status.
-
#step_id ⇒ String
The step ID.
Instance Attribute Details
#status ⇒ String
The step dependency status.
10719 10720 10721 10722 10723 10724 |
# File 'lib/aws-sdk-deadline/types.rb', line 10719 class StepDependency < Struct.new( :step_id, :status) SENSITIVE = [] include Aws::Structure end |
#step_id ⇒ String
The step ID.
10719 10720 10721 10722 10723 10724 |
# File 'lib/aws-sdk-deadline/types.rb', line 10719 class StepDependency < Struct.new( :step_id, :status) SENSITIVE = [] include Aws::Structure end |