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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



2565
2566
2567
2568
2569
2570
# File 'lib/aws-sdk-codepipeline/types.rb', line 2565

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)


2565
2566
2567
2568
2569
2570
# File 'lib/aws-sdk-codepipeline/types.rb', line 2565

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