Class: Aws::CodePipeline::Types::ListActionExecutionsOutput

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

#action_execution_detailsArray<Types::ActionExecutionDetail>

The details for a list of recent executions, such as action execution ID.

Returns:



2577
2578
2579
2580
2581
2582
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2577

class ListActionExecutionsOutput < Struct.new(
  :action_execution_details,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the amount of returned information is significantly large, an identifier is also returned and can be used in a subsequent ListActionExecutions call to return the next set of action executions in the list.

Returns:

  • (String)


2577
2578
2579
2580
2581
2582
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2577

class ListActionExecutionsOutput < Struct.new(
  :action_execution_details,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end