Class: Aws::Types::GetWorkflowStepsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWorkflowStepsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::WorkflowStepItem]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
-
#workflow_type ⇒ "APPFLOW_INTEGRATION"
Returns the value of attribute workflow_type.
Instance Attribute Details
#items ⇒ ::Array[Types::WorkflowStepItem]
Returns the value of attribute items.
1577 1578 1579 |
# File 'sig/types.rbs', line 1577 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def next_token @next_token end |
#workflow_id ⇒ ::String
Returns the value of attribute workflow_id.
1575 1576 1577 |
# File 'sig/types.rbs', line 1575 def workflow_id @workflow_id end |
#workflow_type ⇒ "APPFLOW_INTEGRATION"
Returns the value of attribute workflow_type.
1576 1577 1578 |
# File 'sig/types.rbs', line 1576 def workflow_type @workflow_type end |