Class: Aws::CodePipeline::Types::ListRuleExecutionsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ListRuleExecutionsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codepipeline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A token that can be used in the next ‘ListRuleExecutions` call.
-
#rule_execution_details ⇒ Array<Types::RuleExecutionDetail>
Details about the output for listing rule executions.
Instance Attribute Details
#next_token ⇒ String
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.
2914 2915 2916 2917 2918 2919 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 2914 class ListRuleExecutionsOutput < Struct.new( :rule_execution_details, :next_token) SENSITIVE = [] include Aws::Structure end |
#rule_execution_details ⇒ Array<Types::RuleExecutionDetail>
Details about the output for listing rule executions.
2914 2915 2916 2917 2918 2919 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 2914 class ListRuleExecutionsOutput < Struct.new( :rule_execution_details, :next_token) SENSITIVE = [] include Aws::Structure end |