Class: Aws::CodePipeline::Types::ListActionExecutionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ListActionExecutionsOutput
- Defined in:
- gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action_execution_details ⇒ Array<Types::ActionExecutionDetail>
The details for a list of recent executions, such as action execution ID.
-
#next_token ⇒ String
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.
Instance Attribute Details
#action_execution_details ⇒ Array<Types::ActionExecutionDetail>
The details for a list of recent executions, such as action execution ID.
2722 2723 2724 2725 2726 2727 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2722 class ListActionExecutionsOutput < Struct.new( :action_execution_details, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2722 2723 2724 2725 2726 2727 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2722 class ListActionExecutionsOutput < Struct.new( :action_execution_details, :next_token) SENSITIVE = [] include Aws::Structure end |