Class: Aws::Types::UpdateWorkflowStepGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkflowStepGroupRequest
- 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.
-
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
641 642 643 |
# File 'sig/types.rbs', line 641 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
639 640 641 |
# File 'sig/types.rbs', line 639 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
640 641 642 |
# File 'sig/types.rbs', line 640 def name @name end |
#next ⇒ ::Array[::String]
Returns the value of attribute next.
642 643 644 |
# File 'sig/types.rbs', line 642 def next @next end |
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
643 644 645 |
# File 'sig/types.rbs', line 643 def previous @previous end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
638 639 640 |
# File 'sig/types.rbs', line 638 def workflow_id @workflow_id end |