Class: Aws::Types::CreateWorkflowStepRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateWorkflowStepRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#next ⇒ ::Array[::String]
Returns the value of attribute next.
-
#outputs ⇒ ::Array[Types::WorkflowStepOutput]
Returns the value of attribute outputs.
-
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
-
#step_action_type ⇒ "MANUAL", "AUTOMATED"
Returns the value of attribute step_action_type.
-
#step_group_id ⇒ ::String
Returns the value of attribute step_group_id.
-
#step_target ⇒ ::Array[::String]
Returns the value of attribute step_target.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
-
#workflow_step_automation_configuration ⇒ Types::WorkflowStepAutomationConfiguration
Returns the value of attribute workflow_step_automation_configuration.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
89 90 91 |
# File 'sig/types.rbs', line 89 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
85 86 87 |
# File 'sig/types.rbs', line 85 def name @name end |
#next ⇒ ::Array[::String]
Returns the value of attribute next.
94 95 96 |
# File 'sig/types.rbs', line 94 def next @next end |
#outputs ⇒ ::Array[Types::WorkflowStepOutput]
Returns the value of attribute outputs.
92 93 94 |
# File 'sig/types.rbs', line 92 def outputs @outputs end |
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
93 94 95 |
# File 'sig/types.rbs', line 93 def previous @previous end |
#step_action_type ⇒ "MANUAL", "AUTOMATED"
Returns the value of attribute step_action_type.
88 89 90 |
# File 'sig/types.rbs', line 88 def step_action_type @step_action_type end |
#step_group_id ⇒ ::String
Returns the value of attribute step_group_id.
86 87 88 |
# File 'sig/types.rbs', line 86 def step_group_id @step_group_id end |
#step_target ⇒ ::Array[::String]
Returns the value of attribute step_target.
91 92 93 |
# File 'sig/types.rbs', line 91 def step_target @step_target end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
87 88 89 |
# File 'sig/types.rbs', line 87 def workflow_id @workflow_id end |
#workflow_step_automation_configuration ⇒ Types::WorkflowStepAutomationConfiguration
Returns the value of attribute workflow_step_automation_configuration.
90 91 92 |
# File 'sig/types.rbs', line 90 def workflow_step_automation_configuration @workflow_step_automation_configuration end |