Class: Aws::Types::StepDetailsEntity
- Inherits:
-
Object
- Object
- Aws::Types::StepDetailsEntity
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dependencies ⇒ ::Array[::String]
Returns the value of attribute dependencies.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
-
#step_id ⇒ ::String
Returns the value of attribute step_id.
-
#template ⇒ Object
Returns the value of attribute template.
Instance Attribute Details
#dependencies ⇒ ::Array[::String]
Returns the value of attribute dependencies.
2930 2931 2932 |
# File 'sig/types.rbs', line 2930 def dependencies @dependencies end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
2926 2927 2928 |
# File 'sig/types.rbs', line 2926 def job_id @job_id end |
#schema_version ⇒ ::String
Returns the value of attribute schema_version.
2928 2929 2930 |
# File 'sig/types.rbs', line 2928 def schema_version @schema_version end |
#step_id ⇒ ::String
Returns the value of attribute step_id.
2927 2928 2929 |
# File 'sig/types.rbs', line 2927 def step_id @step_id end |
#template ⇒ Object
Returns the value of attribute template.
2929 2930 2931 |
# File 'sig/types.rbs', line 2929 def template @template end |