Class: Aws::CustomerProfiles::Types::GetWorkflowStepsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::GetWorkflowStepsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#items ⇒ Array<Types::WorkflowStepItem>
List containing workflow step details.
-
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
-
#workflow_id ⇒ String
Unique identifier for the workflow.
-
#workflow_type ⇒ String
The type of workflow.
Instance Attribute Details
#items ⇒ Array<Types::WorkflowStepItem>
List containing workflow step details.
4525 4526 4527 4528 4529 4530 4531 4532 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4525 class GetWorkflowStepsResponse < Struct.new( :workflow_id, :workflow_type, :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If there are additional results, this is the token for the next set of results.
4525 4526 4527 4528 4529 4530 4531 4532 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4525 class GetWorkflowStepsResponse < Struct.new( :workflow_id, :workflow_type, :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
Unique identifier for the workflow.
4525 4526 4527 4528 4529 4530 4531 4532 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4525 class GetWorkflowStepsResponse < Struct.new( :workflow_id, :workflow_type, :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#workflow_type ⇒ String
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
4525 4526 4527 4528 4529 4530 4531 4532 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 4525 class GetWorkflowStepsResponse < Struct.new( :workflow_id, :workflow_type, :items, :next_token) SENSITIVE = [] include Aws::Structure end |