Class: Aws::CustomerProfiles::Types::GetWorkflowStepsRequest

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

#domain_nameString

The unique name of the domain.

Returns:

  • (String)


2662
2663
2664
2665
2666
2667
2668
2669
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2662

class GetWorkflowStepsRequest < Struct.new(
  :domain_name,
  :workflow_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


2662
2663
2664
2665
2666
2667
2668
2669
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2662

class GetWorkflowStepsRequest < Struct.new(
  :domain_name,
  :workflow_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Returns:

  • (String)


2662
2663
2664
2665
2666
2667
2668
2669
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2662

class GetWorkflowStepsRequest < Struct.new(
  :domain_name,
  :workflow_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_idString

Unique identifier for the workflow.

Returns:

  • (String)


2662
2663
2664
2665
2666
2667
2668
2669
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 2662

class GetWorkflowStepsRequest < Struct.new(
  :domain_name,
  :workflow_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end