Class: Aws::CodePipeline::Types::RuleExecutionOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-codepipeline/types.rb

Overview

Output details listed for a rule execution, such as the rule execution result.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_resultTypes::RuleExecutionResult

Execution result information listed in the output details for a rule execution.



4533
4534
4535
4536
4537
# File 'lib/aws-sdk-codepipeline/types.rb', line 4533

class RuleExecutionOutput < Struct.new(
  :execution_result)
  SENSITIVE = []
  include Aws::Structure
end