Class: Aws::Types::WorkflowStepExecution
- Inherits:
-
Object
- Object
- Aws::Types::WorkflowStepExecution
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::String
Returns the value of attribute action.
-
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#start_time ⇒ ::String
Returns the value of attribute start_time.
-
#step_execution_id ⇒ ::String
Returns the value of attribute step_execution_id.
-
#workflow_build_version_arn ⇒ ::String
Returns the value of attribute workflow_build_version_arn.
-
#workflow_execution_id ⇒ ::String
Returns the value of attribute workflow_execution_id.
Instance Attribute Details
#action ⇒ ::String
Returns the value of attribute action.
2233 2234 2235 |
# File 'sig/types.rbs', line 2233 def action @action end |
#image_build_version_arn ⇒ ::String
Returns the value of attribute image_build_version_arn.
2229 2230 2231 |
# File 'sig/types.rbs', line 2229 def image_build_version_arn @image_build_version_arn end |
#name ⇒ ::String
Returns the value of attribute name.
2232 2233 2234 |
# File 'sig/types.rbs', line 2232 def name @name end |
#start_time ⇒ ::String
Returns the value of attribute start_time.
2234 2235 2236 |
# File 'sig/types.rbs', line 2234 def start_time @start_time end |
#step_execution_id ⇒ ::String
Returns the value of attribute step_execution_id.
2228 2229 2230 |
# File 'sig/types.rbs', line 2228 def step_execution_id @step_execution_id end |
#workflow_build_version_arn ⇒ ::String
Returns the value of attribute workflow_build_version_arn.
2231 2232 2233 |
# File 'sig/types.rbs', line 2231 def workflow_build_version_arn @workflow_build_version_arn end |
#workflow_execution_id ⇒ ::String
Returns the value of attribute workflow_execution_id.
2230 2231 2232 |
# File 'sig/types.rbs', line 2230 def workflow_execution_id @workflow_execution_id end |