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]
1271 |
# File 'sig/client.rbs', line 1271
def items: () -> ::Array[Types::WorkflowStepItem]
|
#next_token ⇒ ::String
1272 |
# File 'sig/client.rbs', line 1272
def next_token: () -> ::String
|
#workflow_id ⇒ ::String
1269 |
# File 'sig/client.rbs', line 1269
def workflow_id: () -> ::String
|
#workflow_type ⇒ "APPFLOW_INTEGRATION"
1270 |
# File 'sig/client.rbs', line 1270
def workflow_type: () -> ("APPFLOW_INTEGRATION")
|