Module: Aws::CustomerProfiles::Client::_GetWorkflowStepsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetWorkflowStepsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #items ⇒ ::Array[Types::WorkflowStepItem]
- #next_token ⇒ ::String
- #workflow_id ⇒ ::String
- #workflow_type ⇒ "APPFLOW_INTEGRATION"
Instance Method Details
#items ⇒ ::Array[Types::WorkflowStepItem]
1206 |
# File 'sig/client.rbs', line 1206
def items: () -> ::Array[Types::WorkflowStepItem]
|
#next_token ⇒ ::String
1207 |
# File 'sig/client.rbs', line 1207
def next_token: () -> ::String
|
#workflow_id ⇒ ::String
1204 |
# File 'sig/client.rbs', line 1204
def workflow_id: () -> ::String
|
#workflow_type ⇒ "APPFLOW_INTEGRATION"
1205 |
# File 'sig/client.rbs', line 1205
def workflow_type: () -> ("APPFLOW_INTEGRATION")
|