Class: Aws::Types::UpdateWorkflowStepGroupResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWorkflowStepGroupResponse
- 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.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#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.
-
#tools ⇒ ::Array[Types::Tool]
Returns the value of attribute tools.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
651 652 653 |
# File 'sig/types.rbs', line 651 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
650 651 652 |
# File 'sig/types.rbs', line 650 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
655 656 657 |
# File 'sig/types.rbs', line 655 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
649 650 651 |
# File 'sig/types.rbs', line 649 def name @name end |
#next ⇒ ::Array[::String]
Returns the value of attribute next.
653 654 655 |
# File 'sig/types.rbs', line 653 def next @next end |
#previous ⇒ ::Array[::String]
Returns the value of attribute previous.
654 655 656 |
# File 'sig/types.rbs', line 654 def previous @previous end |
#tools ⇒ ::Array[Types::Tool]
Returns the value of attribute tools.
652 653 654 |
# File 'sig/types.rbs', line 652 def tools @tools end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
648 649 650 |
# File 'sig/types.rbs', line 648 def workflow_id @workflow_id end |