Class: Aws::CodePipeline::Types::ListActionExecutionsInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::ActionExecutionFilter

Input information used to filter action execution history.



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

class ListActionExecutionsInput < Struct.new(
  :pipeline_name,
  :filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. Action execution history is retained for up to 12 months, based on action execution start times. Default value is 100.

Returns:

  • (Integer)


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

class ListActionExecutionsInput < Struct.new(
  :pipeline_name,
  :filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token that was returned from the previous ListActionExecutions call, which can be used to return the next set of action executions in the list.

Returns:

  • (String)


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

class ListActionExecutionsInput < Struct.new(
  :pipeline_name,
  :filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_nameString

The name of the pipeline for which you want to list action execution history.

Returns:

  • (String)


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

class ListActionExecutionsInput < Struct.new(
  :pipeline_name,
  :filter,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end