Class: Aws::Types::UpdateWorkflowStepRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkflowStepRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
-
#status ⇒ "AWAITING_DEPENDENCIES", ...
Returns the value of attribute status.
-
#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.
664 665 666 |
# File 'sig/types.rbs', line 664 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
660 661 662 |
# File 'sig/types.rbs', line 660 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
663 664 665 |
# File 'sig/types.rbs', line 663 def name @name end |
#next ⇒ ::Array[::String]
Returns the value of attribute next.
670 671 672 |
# File 'sig/types.rbs', line 670 def next @next end |
#outputs ⇒ ::Array[Types::WorkflowStepOutput]
Returns the value of attribute outputs.
668 669 670 |
# File 'sig/types.rbs', line 668 def outputs @outputs end |
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
669 670 671 |
# File 'sig/types.rbs', line 669 def previous @previous end |
#status ⇒ "AWAITING_DEPENDENCIES", ...
Returns the value of attribute status.
671 672 673 |
# File 'sig/types.rbs', line 671 def status @status end |
#step_action_type ⇒ "MANUAL", "AUTOMATED"
Returns the value of attribute step_action_type.
665 666 667 |
# File 'sig/types.rbs', line 665 def step_action_type @step_action_type end |
#step_group_id ⇒ ::String
Returns the value of attribute step_group_id.
661 662 663 |
# File 'sig/types.rbs', line 661 def step_group_id @step_group_id end |
#step_target ⇒ ::Array[::String]
Returns the value of attribute step_target.
667 668 669 |
# File 'sig/types.rbs', line 667 def step_target @step_target end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
662 663 664 |
# File 'sig/types.rbs', line 662 def workflow_id @workflow_id end |
#workflow_step_automation_configuration ⇒ Types::WorkflowStepAutomationConfiguration
Returns the value of attribute workflow_step_automation_configuration.
666 667 668 |
# File 'sig/types.rbs', line 666 def workflow_step_automation_configuration @workflow_step_automation_configuration end |