Class: Aws::CodeCatalyst::Types::ListWorkflowRunsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to show in a single call to this API. If the number of results is larger than the number you specified, the response will include a NextToken element, which you can use to obtain additional results.

Returns:

  • (Integer)


2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2114

class ListWorkflowRunsRequest < Struct.new(
  :space_name,
  :workflow_id,
  :project_name,
  :next_token,
  :max_results,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token returned from a call to this API to indicate the next batch of results to return, if any.

Returns:

  • (String)


2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2114

class ListWorkflowRunsRequest < Struct.new(
  :space_name,
  :workflow_id,
  :project_name,
  :next_token,
  :max_results,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end

#project_nameString

The name of the project in the space.

Returns:

  • (String)


2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2114

class ListWorkflowRunsRequest < Struct.new(
  :space_name,
  :workflow_id,
  :project_name,
  :next_token,
  :max_results,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byArray<Types::WorkflowRunSortCriteria>

Information used to sort the items in the returned list.

Returns:

  • (Array<Types::WorkflowRunSortCriteria>)


2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2114

class ListWorkflowRunsRequest < Struct.new(
  :space_name,
  :workflow_id,
  :project_name,
  :next_token,
  :max_results,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end

#space_nameString

The name of the space.

Returns:

  • (String)


2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2114

class ListWorkflowRunsRequest < Struct.new(
  :space_name,
  :workflow_id,
  :project_name,
  :next_token,
  :max_results,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_idString

The ID of the workflow. To retrieve a list of workflow IDs, use ListWorkflows.

Returns:

  • (String)


2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
# File 'gems/aws-sdk-codecatalyst/lib/aws-sdk-codecatalyst/types.rb', line 2114

class ListWorkflowRunsRequest < Struct.new(
  :space_name,
  :workflow_id,
  :project_name,
  :next_token,
  :max_results,
  :sort_by)
  SENSITIVE = []
  include Aws::Structure
end