Class: Aws::CustomerProfiles::Types::GetWorkflowStepsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::WorkflowStepItem>

List containing workflow step details.

Returns:



2691
2692
2693
2694
2695
2696
2697
2698
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2691

class GetWorkflowStepsResponse < Struct.new(
  :workflow_id,
  :workflow_type,
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are additional results, this is the token for the next set of results.

Returns:

  • (String)


2691
2692
2693
2694
2695
2696
2697
2698
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2691

class GetWorkflowStepsResponse < Struct.new(
  :workflow_id,
  :workflow_type,
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_idString

Unique identifier for the workflow.

Returns:

  • (String)


2691
2692
2693
2694
2695
2696
2697
2698
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2691

class GetWorkflowStepsResponse < Struct.new(
  :workflow_id,
  :workflow_type,
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_typeString

The type of workflow. The only supported value is APPFLOW_INTEGRATION.

Returns:

  • (String)


2691
2692
2693
2694
2695
2696
2697
2698
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2691

class GetWorkflowStepsResponse < Struct.new(
  :workflow_id,
  :workflow_type,
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end