Class: Aws::CodePipeline::Types::ListRuleExecutionsOutput

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

#next_tokenString

A token that can be used in the next ListRuleExecutions call. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.

Returns:

  • (String)


2926
2927
2928
2929
2930
2931
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2926

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

#rule_execution_detailsArray<Types::RuleExecutionDetail>

Details about the output for listing rule executions.

Returns:



2926
2927
2928
2929
2930
2931
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2926

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