Class: Aws::CodePipeline::Types::RuleExecutionResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::RuleExecutionResult
- Defined in:
- gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb
Overview
Execution result information, such as the external execution ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_details ⇒ Types::ErrorDetails
Represents information about an error in CodePipeline.
-
#external_execution_id ⇒ String
The external ID for the rule execution.
-
#external_execution_summary ⇒ String
The external provider summary for the rule execution.
-
#external_execution_url ⇒ String
The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the rule.
Instance Attribute Details
#error_details ⇒ Types::ErrorDetails
Represents information about an error in CodePipeline.
4751 4752 4753 4754 4755 4756 4757 4758 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4751 class RuleExecutionResult < Struct.new( :external_execution_id, :external_execution_summary, :external_execution_url, :error_details) SENSITIVE = [] include Aws::Structure end |
#external_execution_id ⇒ String
The external ID for the rule execution.
4751 4752 4753 4754 4755 4756 4757 4758 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4751 class RuleExecutionResult < Struct.new( :external_execution_id, :external_execution_summary, :external_execution_url, :error_details) SENSITIVE = [] include Aws::Structure end |
#external_execution_summary ⇒ String
The external provider summary for the rule execution.
4751 4752 4753 4754 4755 4756 4757 4758 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4751 class RuleExecutionResult < Struct.new( :external_execution_id, :external_execution_summary, :external_execution_url, :error_details) SENSITIVE = [] include Aws::Structure end |
#external_execution_url ⇒ String
The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the rule.
4751 4752 4753 4754 4755 4756 4757 4758 |
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 4751 class RuleExecutionResult < Struct.new( :external_execution_id, :external_execution_summary, :external_execution_url, :error_details) SENSITIVE = [] include Aws::Structure end |