Class: Aws::CustomerProfiles::Types::ListWorkflowsRequest

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)


3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3672

class ListWorkflowsRequest < Struct.new(
  :domain_name,
  :workflow_type,
  :status,
  :query_start_date,
  :query_end_date,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3672

class ListWorkflowsRequest < Struct.new(
  :domain_name,
  :workflow_type,
  :status,
  :query_start_date,
  :query_end_date,
  :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)


3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3672

class ListWorkflowsRequest < Struct.new(
  :domain_name,
  :workflow_type,
  :status,
  :query_start_date,
  :query_end_date,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#query_end_dateTime

Retrieve workflows ended after timestamp.

Returns:

  • (Time)


3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3672

class ListWorkflowsRequest < Struct.new(
  :domain_name,
  :workflow_type,
  :status,
  :query_start_date,
  :query_end_date,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#query_start_dateTime

Retrieve workflows started after timestamp.

Returns:

  • (Time)


3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3672

class ListWorkflowsRequest < Struct.new(
  :domain_name,
  :workflow_type,
  :status,
  :query_start_date,
  :query_end_date,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of workflow execution.

Returns:

  • (String)


3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3672

class ListWorkflowsRequest < Struct.new(
  :domain_name,
  :workflow_type,
  :status,
  :query_start_date,
  :query_end_date,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_typeString

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

Returns:

  • (String)


3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 3672

class ListWorkflowsRequest < Struct.new(
  :domain_name,
  :workflow_type,
  :status,
  :query_start_date,
  :query_end_date,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end