Class: Aws::CustomerProfiles::Types::ListWorkflowsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CustomerProfiles::Types::ListWorkflowsRequest
- Defined in:
- gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The unique name of the domain.
-
#max_results ⇒ Integer
The maximum number of results to return per page.
-
#next_token ⇒ String
The token for the next set of results.
-
#query_end_date ⇒ Time
Retrieve workflows ended after timestamp.
-
#query_start_date ⇒ Time
Retrieve workflows started after timestamp.
-
#status ⇒ String
Status of workflow execution.
-
#workflow_type ⇒ String
The type of workflow.
Instance Attribute Details
#domain_name ⇒ String
The unique name of the domain.
5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5073 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_results ⇒ Integer
The maximum number of results to return per page.
5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5073 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_token ⇒ String
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.
5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5073 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_date ⇒ Time
Retrieve workflows ended after timestamp.
5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5073 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_date ⇒ Time
Retrieve workflows started after timestamp.
5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5073 class ListWorkflowsRequest < Struct.new( :domain_name, :workflow_type, :status, :query_start_date, :query_end_date, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
Status of workflow execution.
5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5073 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_type ⇒ String
The type of workflow. The only supported value is APPFLOW_INTEGRATION.
5073 5074 5075 5076 5077 5078 5079 5080 5081 5082 5083 |
# File 'gems/aws-sdk-customerprofiles/lib/aws-sdk-customerprofiles/types.rb', line 5073 class ListWorkflowsRequest < Struct.new( :domain_name, :workflow_type, :status, :query_start_date, :query_end_date, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |