Class: Aws::Types::JobDependency
- Inherits:
-
Object
- Object
- Aws::Types::JobDependency
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#type ⇒ "N_TO_N", "SEQUENTIAL"
Returns the value of attribute type.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
941 942 943 |
# File 'sig/types.rbs', line 941 def job_id @job_id end |
#type ⇒ "N_TO_N", "SEQUENTIAL"
Returns the value of attribute type.
942 943 944 |
# File 'sig/types.rbs', line 942 def type @type end |