Class: Aws::CodePipeline::Types::RuleExecutionResult

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

Overview

Execution result information, such as the external execution ID.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_detailsTypes::ErrorDetails

Represents information about an error in CodePipeline.

Returns:



4561
4562
4563
4564
4565
4566
4567
4568
# File 'lib/aws-sdk-codepipeline/types.rb', line 4561

class RuleExecutionResult < Struct.new(
  :external_execution_id,
  :external_execution_summary,
  :external_execution_url,
  :error_details)
  SENSITIVE = []
  include Aws::Structure
end

#external_execution_idString

The external ID for the rule execution.

Returns:

  • (String)


4561
4562
4563
4564
4565
4566
4567
4568
# File 'lib/aws-sdk-codepipeline/types.rb', line 4561

class RuleExecutionResult < Struct.new(
  :external_execution_id,
  :external_execution_summary,
  :external_execution_url,
  :error_details)
  SENSITIVE = []
  include Aws::Structure
end

#external_execution_summaryString

The external provider summary for the rule execution.

Returns:

  • (String)


4561
4562
4563
4564
4565
4566
4567
4568
# File 'lib/aws-sdk-codepipeline/types.rb', line 4561

class RuleExecutionResult < Struct.new(
  :external_execution_id,
  :external_execution_summary,
  :external_execution_url,
  :error_details)
  SENSITIVE = []
  include Aws::Structure
end

#external_execution_urlString

The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the rule.

Returns:

  • (String)


4561
4562
4563
4564
4565
4566
4567
4568
# File 'lib/aws-sdk-codepipeline/types.rb', line 4561

class RuleExecutionResult < Struct.new(
  :external_execution_id,
  :external_execution_summary,
  :external_execution_url,
  :error_details)
  SENSITIVE = []
  include Aws::Structure
end