Class: Aws::Types::StepDetailsIdentifiers
- Inherits:
-
Object
- Object
- Aws::Types::StepDetailsIdentifiers
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#step_id ⇒ ::String
Returns the value of attribute step_id.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
2943 2944 2945 |
# File 'sig/types.rbs', line 2943 def job_id @job_id end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
2944 2945 2946 |
# File 'sig/types.rbs', line 2944 def step_id @step_id end |