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.
3899 3900 3901 3902 3903 3904 3905 3906 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3899 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.
3899 3900 3901 3902 3903 3904 3905 3906 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3899 class GetWorkflowStepsResponse < Struct.new( :workflow_id, :workflow_type, :items, :next_token) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
Unique identifier for the workflow.
3899 3900 3901 3902 3903 3904 3905 3906 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3899 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.
3899 3900 3901 3902 3903 3904 3905 3906 |
# File 'lib/aws-sdk-customerprofiles/types.rb', line 3899 class GetWorkflowStepsResponse < Struct.new( :workflow_id, :workflow_type, :items, :next_token) SENSITIVE = [] include Aws::Structure end |